Help for this page
# Makefile.PL use ExtUtils::MakeMaker; ... }, );
# template Module/Under/t/Test.t #!/usr/bin/perl -w ... is($obj->method(), 'expected output', 'standard test'); is_deeply($obj->meth_retn_ref(), {complex => {structure => ['here']}}, + 'method returns ref to complex structure');
perl Makefile.PL make test