Bot-Cobalt
view release on metacpan or search on metacpan
lib/Bot/Cobalt/DB.pm view on Meta::CPAN
## Optional arguments:
# Database file mode
perms => $octal_mode,
## Locking timeout in seconds
## Defaults to 5s:
timeout => 10,
## Normally, references are serialized transparently.
## If raw is enabled, no serialization filter is used and you're
## on your own.
raw => 0,
);
=head2 Opening and closing
Database operations should be contained within a dbopen/dbclose:
## open, put, close:
( run in 0.496 second using v1.01-cache-2.11-cpan-a1d94b6210f )