Help for this page

Select Code to Download


  1. or download this
    my $strap = Test::Harness::Straps->new();
    
    for my $test ( <path/to/tests/*.t> )
    ...
        # Build report on failing results here
        # to present in an Ajax'd div or something.
    }