-
-
07 Jul 2014 18:41:38 UTC
- Distribution: POE-Component-IKC
- Module version: 0.2402
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (882 / 24 / 0)
- Kwalitee
Bus factor: 1- 22.43% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (74.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Data::Dump
- Devel::Size
- POE
- Scalar::Util
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
POE::Component::IKC::Freezer - Pure-Perl serialization method.
SYNOPSIS
DESCRIPTION
This serializer uses Data::Dumper and
eval $code
to get the deed done. There is an obvious security problem here. However, it has the advantage of being pure Perl and all modules come with the core Perl distribution.BUGS
AUTHOR
Philip Gwyn, <perl-ikc at pied.nu>
COPYRIGHT AND LICENSE
Copyright 2001-2014 by Philip Gwyn. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/language/misc/Artistic.html
SEE ALSO
Module Install Instructions
To install POE::Component::IKC, copy and paste the appropriate command in to your terminal.
cpanm POE::Component::IKC
perl -MCPAN -e shell install POE::Component::IKC
For more information on module installation, please visit the detailed CPAN module installation guide.