Bot::BasicBot::Pluggable::Store::Deep(3) use DBM::Deep to provide a storage backend

VERSION

version 0.98

SYNOPSIS


my $store = Bot::BasicBot::Pluggable::Store::Deep->new(
file => "filename"
);
$store->set( "namespace", "key", "value" );

DESCRIPTION

This is a "Bot::BasicBot::Pluggable::Store" that uses "DBM::Deep" to store the values set by modules.

AUTHOR

Simon Wistow <[email protected]>

COPYRIGHT

Copyright 2005, Simon Wistow

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