527c86dd68
devel/p5-Test-Harness from 3.29 to 3.30. Upstream changes: 3.30 2013-11-12 - Fix missing parent prereq in META.{yml,json} and NotBuild.PL (Dagfinn Ilmari Mannsaker, #89650) - Respect PERL5LIB in tainting source handler test (Dagfinn Ilmari Mannsaker, Leon Timmermans) - Use base instead of parent: This dist is used for testing all other modules, so it should avoid having any non-core prerequisites. Having parent as a prereq leads to a circular dependency of parent -> Test::More -> Test::Harness. (Graham Knop) - Various POD fixes (Nathan Gary Glenn) - Don't localize all of %ENV in harness.t (Craig Berry) - Give TAP::Harness::Beyond a unique NAME (Leon Timmermans)
9 lines
614 B
Text
9 lines
614 B
Text
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.
|
|
Emulation is provided for "runtests" and "execute_tests" but the pluggable
|
|
'Straps' interface that previous versions of Test::Harness supported is not
|
|
reproduced here. Straps is now available as a stand alone module:
|
|
Test::Harness::Straps. See TAP::Parser, TAP::Harness for the main
|
|
documentation for this distribution.
|