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/p5-Test-Harness/Makefile | |
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/p5-Test-Harness/Makefile')
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |