יובל קוג'מן (Yuval Kogman) > Test-TAP-Model-0.09 > example.pl

Download:
Test-TAP-Model-0.09.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Test-TAP-Model-0.10

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