The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

example.pl - a simple serializing test harness

SYNOPSIS

        $ perl example.pl t/foo.t t/bar.t > results.pl

This program will run either it's command line arguments or glob("t/*.t"), and use Data::Dumper to print the results to standard output.

SEE ALSO

yaml_harness in the pugs repo