Acme-Tools
view release on metacpan or search on metacpan
t/19_serialize.t view on Meta::CPAN
# make test
# perl Makefile.PL; make; perl -Iblib/lib t/19_serialize.t
use lib '.'; BEGIN{require 't/common.pl'}
use Test::More tests => 1;
ok_ref( [serialize({1=>2,2=>3})], ['(\'1\'=>\'2\',
\'2\'=>\'3\'
)'] );
#TODO: lots
( run in 0.621 second using v1.01-cache-2.11-cpan-39bf76dae61 )