Help for this page
# file: t/helper.pm package t::helper; ... } 1;
# file: t/001.t use Test::More 'no_plan'; ... for my $o ( @objs ) { run_all_tests( $o, ref $o ); }