An open API service indexing awesome lists of open source software.

https://github.com/demerphq/data-undump

Perl extension for securely and quickly deserializing simple Data::Dumper dumps
https://github.com/demerphq/data-undump

Last synced: about 2 months ago
JSON representation

Perl extension for securely and quickly deserializing simple Data::Dumper dumps

Awesome Lists containing this project

README

        

NAME
Data::Undump - Perl extension for securely and quickly deserializing
simple Data::Dumper dumps

SYNOPSIS
use Data::Undump qw(undump);

my $dump= Data::Dumper->new([$simple_thing])->Terse(1)->Dump();
undump($dump);

DESCRIPTION
Securely and quickly deserialize simple Data::Dumper dumps.

EXPORT
By default exports the undump subroutine.

SEE ALSO
Data::Dumper eval

AUTHOR
Yves Orton,

COPYRIGHT AND LICENSE
Copyright (C) 2012 by Yves Orton

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.8.8 or, at
your option, any later version of Perl 5 you may have available.