Data-JPack
view release on metacpan or search on metacpan
t/01-container.t.dis view on Meta::CPAN
use strict;
use warnings;
use feature ":all";
#use Test::More;
use Data::JPack::Container;
my $container=Data::JPack::Container->new();
say $container->build;
( run in 0.875 second using v1.01-cache-2.11-cpan-97f6503c9c8 )