Algorithm-BinPack-2D
view release on metacpan or search on metacpan
t/00_compile.t view on Meta::CPAN
# vim: set expandtab ts=4 sw=4 nowrap ft=perl ff=unix :
use strict;
use Test::More;
use_ok $_ for qw(
Algorithm::BinPack::2D
);
done_testing;
( run in 0.499 second using v1.01-cache-2.11-cpan-5623c5533a1 )