Test::TAP::example.3pm

Langue: en

Version: 2005-06-12 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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