Provided by: libbot-basicbot-pluggable-perl_1.20-3_all
NAME
Bot::BasicBot::Pluggable::Store::Storable - use Storable to provide a storage backend
VERSION
version 1.20
SYNOPSIS
my $store = Bot::BasicBot::Pluggable::Store::Storable->new( dir => "directory" ); $store->set( "namespace", "key", "value" );
DESCRIPTION
This is a Bot::BasicBot::Pluggable::Store 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. perl v5.36.0 2022-10Bot::BasicBot::Pluggable::Store::Storable(3pm)