diff options
author | shell <shell> | 2003-06-01 08:42:52 +0000 |
---|---|---|
committer | shell <shell> | 2003-06-01 08:42:52 +0000 |
commit | db8cd5c0e4dadce7204566e4fac657015caacad5 (patch) | |
tree | 6d58dc179886119396823725702e18738b083331 /devel/p5-Test-Harness | |
parent | 0a6554f02d4de6c0dceff39127ee1a90767d1532 (diff) | |
download | pkgsrc-db8cd5c0e4dadce7204566e4fac657015caacad5.tar.gz |
Updated to p5-Test-Harness-2.28
Changes :
- Fixed circular depency in the test suite. Thanks, Rob Brown.
- Added test for $Test::Harness::Switches patch below.
- Fixed straps not respecting $Test::Harness::Switches. Thanks
to Miyagawa for the patch.
- Added t/pod.t to test POD validity.
- Handed over to Andy Lester for further maintenance.
- Stas Bekman noticed that tests with no output at all were
interpreted as passing
- Abigail and Nick Clark both hit the 100000 "huge test that will
suck up all your memory" limit with legit tests. Made the check
smarter to allow large, planned tests to work.
- Partial fix of stats display when a test fails only because there's
too many tests.
- Made wait.ph and WCOREDUMP anti-vommit protection more robust in
cases where wait.ph loads but WCOREDUMP() pukes when run.
- Added a LICENSE.
- Ilya noticed the per test skip reason was accumlating between tests.
Diffstat (limited to 'devel/p5-Test-Harness')
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Harness/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile index 5c32a363456..2a7f679275c 100644 --- a/devel/p5-Test-Harness/Makefile +++ b/devel/p5-Test-Harness/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2002/10/20 03:12:35 shell Exp $ +# $NetBSD: Makefile,v 1.12 2003/06/01 08:42:52 shell Exp $ -DISTNAME= Test-Harness-2.26 +DISTNAME= Test-Harness-2.28 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tha CATEGORIES= devel perl5 diff --git a/devel/p5-Test-Harness/distinfo b/devel/p5-Test-Harness/distinfo index 85d00a57f5b..2ca579086e1 100644 --- a/devel/p5-Test-Harness/distinfo +++ b/devel/p5-Test-Harness/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2002/10/20 03:12:35 shell Exp $ +$NetBSD: distinfo,v 1.10 2003/06/01 08:42:52 shell Exp $ -SHA1 (Test-Harness-2.26.tar.gz) = 017aab7c074836a7b4c9649ce72d3d4775dcdadc -Size (Test-Harness-2.26.tar.gz) = 48725 bytes +SHA1 (Test-Harness-2.28.tar.gz) = ca81da1021a7a4abee3969c85585664fbce925fa +Size (Test-Harness-2.28.tar.gz) = 51113 bytes SHA1 (patch-aa) = 4f781a2b95f1a9ba448ed75469a7bd954fdba19d |