Help for this page

Select Code to Download


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