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::Storable - use Storable to provide a storage backend

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.

perl v5.40.0                                       2024-08-24              Bot::BasicBot:...Store::Storable(3pm)

Description

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

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" );

Version

       version 1.30

See Also