Refactor t/harness to always use TAP::Harness.
authorMichael G. Schwern <schwern@pobox.com>
Wed, 4 Mar 2009 04:42:55 +0000 (20:42 -0800)
committerNicholas Clark <nick@ccl4.org>
Tue, 25 Aug 2009 20:04:35 +0000 (21:04 +0100)
commitabd39864d34fd12aa6be10406c50ba479692b0cd
treebb32548c9bf29ae4fffc6f84eb0ea491f4a04005
parentc1b78184f1374bafe726cd45d46832499e48eb74
Refactor t/harness to always use TAP::Harness.

No reason to screw around with half Test::Harness, half TAP::Harness.
This normalization will make it easier to adapt the ext/Module tests.

[Edited to remove the code related to the fork option, which was dropped from
TAP::Harness with version 3.17. The now-unknown fork argument to a constructor
generates an error.]
t/harness