-
-
25 Mar 2014 21:04:20 UTC
- Distribution: KiokuDB
- Module version: 0.57
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (11)
- Testers (1544 / 493 / 0)
- Kwalitee
Bus factor: 3- 71.70% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (175.55KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 27 contributors-
Yuval Kogman
-
Andreas Marienborg
-
Ask Bjørn Hansen
-
Bruno Vecchi
-
Chris Prather
-
Dan Dascalescu
-
Dave Rolsky
-
David Leadbeater
-
Dylan William Hardison
-
Florian Ragwitz
-
Frank Wiegand
-
Graham Barr
-
Jason May
-
Jesse Luehrs
-
Moritz Lenz
-
Pedro Melo
-
Piers Cawley
-
Rob Hoelz
-
Salve J. Nilsen
-
Shawn M Moore
-
Shlomi Fish
-
Thomas Klausner
-
Torsten Raudssus
-
chromatic
-
franck cuny
-
jrockway
-
ktat
- Dependencies
- B
- B::Deparse
- Cache::Ref
- Carp
- Class::Load
- Data::Stream::Bulk
- Data::Stream::Bulk::Util
- Data::Swap
- Data::UUID
- Data::Visitor
- Digest::SHA
- Encode
- Hash::Util::FieldHash::Compat
- IO::Handle
- JSON
- JSON::XS
- List::Util
- Module::Pluggable::Object
- Moose
- Moose::Exporter
- Moose::Role
- Moose::Util
- Moose::Util::MetaRole
- Moose::Util::TypeConstraints
- MooseX::Clone
- MooseX::Clone::Meta::Attribute::Trait::NoClone
- MooseX::Role::Parameterized
- MooseX::YAML
- POSIX
- PadWalker
- Path::Class
- Scalar::Util
- Scope::Guard
- Search::GIN::Driver
- Search::GIN::Extract
- Search::GIN::Query::Class
- Set::Object
- Storable
- Sub::Exporter
- Symbol
- Test::Exception
- Test::Moose
- Test::More
- Throwable
- Tie::RefHash
- Tie::ToObject
- Try::Tiny
- YAML::XS
- constant
- namespace::clean
- overload
- strict
- utf8
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
VERSION
version 0.57
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 backend's 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
AUTHOR
Yuval Kogman <nothingmuch@woobling.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install KiokuDB, copy and paste the appropriate command in to your terminal.
cpanm KiokuDB
perl -MCPAN -e shell install KiokuDB
For more information on module installation, please visit the detailed CPAN module installation guide.