NAME¶
KiokuDB::TypeMap::Default::Passthrough - A KiokuDB::TypeMap::Default instance
suitable for Storable.
DESCRIPTION¶
This typemap lets most of the default data types be passed through untouched, so
that their own Storable hooks may be invoked.
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.