diff options
author | shell <shell@pkgsrc.org> | 2002-04-27 08:04:15 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-27 08:04:15 +0000 |
commit | d7a068a432b136a598936471835f73abe1944391 (patch) | |
tree | 4afc9069cb66460895419b3c364e00b8ec572c3e /devel | |
parent | 6dc28199d7193f96b8364b059ca3aaa43a251716 (diff) | |
download | pkgsrc-d7a068a432b136a598936471835f73abe1944391.tar.gz |
Updated to p5-Test-Harness-2.03
Changes :
* $^X fix made safer.
- Noise from loading wait.ph to analyze core files supressed
- MJD found a situation where a test could run Test::Harness
out of memory. Protecting against that specific case.
- Made the 1..M docs a bit clearer.
- Fixed TODO tests so Test::Harness does not display a NOK for
them.
- Test::Harness::Straps->analyze_file() docs were not clear as to
its effects
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-Harness/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile index 5c4feffee12..7608ea0b6e0 100644 --- a/devel/p5-Test-Harness/Makefile +++ b/devel/p5-Test-Harness/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2002/03/15 12:28:49 martti Exp $ +# $NetBSD: Makefile,v 1.7 2002/04/27 08:04:15 shell Exp $ -DISTNAME= Test-Harness-2.02 +DISTNAME= Test-Harness-2.03 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tha CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} -MAINTAINER= shell@shellhung.org +MAINTAINER= shell@netbsd.org COMMENT= perl5 module for testing USE_BUILDLINK_ONLY= YES diff --git a/devel/p5-Test-Harness/distinfo b/devel/p5-Test-Harness/distinfo index 810d10a2266..6f45a6f99f6 100644 --- a/devel/p5-Test-Harness/distinfo +++ b/devel/p5-Test-Harness/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2002/03/15 12:28:49 martti Exp $ +$NetBSD: distinfo,v 1.6 2002/04/27 08:04:15 shell Exp $ -SHA1 (Test-Harness-2.02.tar.gz) = 9b0836103cd146d13e2965ed23d5a76ba706fe12 -Size (Test-Harness-2.02.tar.gz) = 46740 bytes +SHA1 (Test-Harness-2.03.tar.gz) = 17b088d8db583105f241e66a66e71313e7176ea4 +Size (Test-Harness-2.03.tar.gz) = 47330 bytes SHA1 (patch-aa) = 6d1b83acfafcbd419e391021b6c0f5a58a2d4beb |