Bot::BasicBot::Pluggable::Store::Deep - use DBM::Deep 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::Deep - use DBM::Deep to provide a storage backend

VERSION

Top

version 0.93

SYNOPSIS

Top

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

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

DESCRIPTION

Top

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

AUTHOR

Top

Simon Wistow <simon@thegestalt.org>

COPYRIGHT

Top


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