Test-Harness

Test::Harness(3p) Perl Programmers Reference Guide Test::Harness(3p)

Test-Harness

Test::Harness(3p) Perl Programmers Reference Guide Test::Harness(3p) # Test::Harness(3p) Perl Programmers Reference Guide Test::Harness(3p) NNAAMMEE # Test::Harness - Run Perl standard test scripts with statistics VVEERRSSIIOONN # Version 3.44 SSYYNNOOPPSSIISS # use Test::Harness; runtests(@test_files); DDEESSCCRRIIPPTTIIOONN # Although, for historical reasons, the Test::Harness distribution takes its name from this module it now exists only to provide TAP::Harness with an interface that is somewhat backwards compatible with Test::Harness 2.xx. If you're writing new code consider using TAP::Harness directly instead. ...