Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
KiokuDB::TypeMap::Default - A standard KiokuDB::TypeMap with predefined entries.
SYNOPSIS
# the user typemap implicitly inherits from the default one, which is
# provided by the backend.
my $dir = KiokuDB->new(
backend => $b,
typemap => $user_typemap,
);
DESCRIPTION
The default typemap is actually defined per backend, in KiokuDB::TypeMap::Default::JSON and KiokuDB::TypeMap::Default::Storable. The list of classes handled by both is the same, but the typemap entries themselves are tailored to the specific backends' requirements/capabilities.
The entries have no impact unless you are actually using the listed modules.
The default typemap is created using KiokuDB::TypeMap::Composite and accepts all the standard options
SUPPORTED TYPES
The following typemaps provide support for these classes:
- core
- tie
- datetime
- uri_typemap
- path_class
- authen_passphrase