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


Bot-BasicBot-Pluggable documentation  | view source Contained in the Bot-BasicBot-Pluggable distribution.

Index


NAME

Top

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

VERSION

Top

version 0.93

SYNOPSIS

Top

  my $store = Bot::BasicBot::Pluggable::Store::Storable->new(
    dir => "directory"
  );

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

DESCRIPTION

Top

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

AUTHOR

Top

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 documentation  | view source Contained in the Bot-BasicBot-Pluggable distribution.