Help for this page
# foo.t use strict; ... my $obj = Some::Object->new; multi_test( $obj, $case ); }
# t/Helper.pm use strict; ... } 1;