logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Simon Wistow <simon@thegestalt.org>

Description

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

Name

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

Synopsis

         my $store = Bot::BasicBot::Pluggable::Store::Deep->new(
           file => "filename"
         );

         $store->set( "namespace", "key", "value" );

Version

       version 1.30

See Also