Bot::BasicBot::Pluggable::Store::Storable - use Storable to provide a storage backend


NAME

Bot::BasicBot::Pluggable::Store::Storable - use Storable to provide a storage backend


SYNOPSIS

  my $store = Bot::BasicBot::Pluggable::Store::Storable->new(
    dir => "directory"
  );
  $store->set( "namespace", "key", "value" );
  
  =head1 DESCRIPTION
  

This is a the Bot::BasicBot::Pluggable::Store manpage that uses Storable to store the values set by modules.


AUTHOR

Mario Domgoergen <mdom@cpan.org>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

 Bot::BasicBot::Pluggable::Store::Storable - use Storable to provide a storage backend