summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Harness
diff options
context:
space:
mode:
authorshell <shell>2002-10-20 03:12:35 +0000
committershell <shell>2002-10-20 03:12:35 +0000
commitf3d6ed2e1dd46d41188f6b71f9faf4b3f3d1d65c (patch)
tree98436f5365f93946b83a6f3bffab4110acfb3e99 /devel/p5-Test-Harness
parentdbb22dfe2f3a294bbedabc60c5c4a62c385a9f1e (diff)
downloadpkgsrc-f3d6ed2e1dd46d41188f6b71f9faf4b3f3d1d65c.tar.gz
Updated to p5-Test-Harness-2.26
Changes : 2.26 Wed Jun 19 16:58:02 EDT 2002 - Workaround for MacPerl's lack of a working putenv. It will never see the PERL5LIB environment variable (perl@16942). 2.25 Sun Jun 16 03:00:33 EDT 2002 - $Strap is now a global to allow Test::Harness::Straps experimentation. - Little spelling nit in a diagnostic. - Chris Richmond noted that the runtests() docs were wrong. It will die, not return false, when any tests fail. This is silly, but historically necessary for 'make test'. Docs corrected. - MacPerl test fixes from Pudge. (mutation of bleadperl@16989) - Undef warning introduced in 2.24 on skipped tests with no reasons fixed. * Test::Harness now depends on File::Spec
Diffstat (limited to 'devel/p5-Test-Harness')
-rw-r--r--devel/p5-Test-Harness/Makefile4
-rw-r--r--devel/p5-Test-Harness/distinfo8
-rw-r--r--devel/p5-Test-Harness/patches/patch-aa8
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile
index 6783cb2affc..5c32a363456 100644
--- a/devel/p5-Test-Harness/Makefile
+++ b/devel/p5-Test-Harness/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2002/10/13 22:22:47 seb Exp $
+# $NetBSD: Makefile,v 1.11 2002/10/20 03:12:35 shell Exp $
-DISTNAME= Test-Harness-2.24
+DISTNAME= Test-Harness-2.26
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tha
CATEGORIES= devel perl5
diff --git a/devel/p5-Test-Harness/distinfo b/devel/p5-Test-Harness/distinfo
index e252c14693b..85d00a57f5b 100644
--- a/devel/p5-Test-Harness/distinfo
+++ b/devel/p5-Test-Harness/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2002/06/03 13:08:56 shell Exp $
+$NetBSD: distinfo,v 1.9 2002/10/20 03:12:35 shell Exp $
-SHA1 (Test-Harness-2.24.tar.gz) = 5b7b3a43d791f4f95b3cb9f010dd44ba234c4216
-Size (Test-Harness-2.24.tar.gz) = 48112 bytes
-SHA1 (patch-aa) = 6d1b83acfafcbd419e391021b6c0f5a58a2d4beb
+SHA1 (Test-Harness-2.26.tar.gz) = 017aab7c074836a7b4c9649ce72d3d4775dcdadc
+Size (Test-Harness-2.26.tar.gz) = 48725 bytes
+SHA1 (patch-aa) = 4f781a2b95f1a9ba448ed75469a7bd954fdba19d
diff --git a/devel/p5-Test-Harness/patches/patch-aa b/devel/p5-Test-Harness/patches/patch-aa
index 390db7d41ce..790b3878f80 100644
--- a/devel/p5-Test-Harness/patches/patch-aa
+++ b/devel/p5-Test-Harness/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.2 2002/01/18 22:42:28 mjl Exp $
+$NetBSD: patch-aa,v 1.3 2002/10/20 03:12:36 shell Exp $
---- Makefile.PL.orig Tue Jan 8 17:03:18 2002
+--- Makefile.PL.orig Sun Oct 20 11:10:36 2002
+++ Makefile.PL
-@@ -35,7 +35,6 @@
+@@ -35,7 +35,6 @@ WriteMakefile(
NAME => $PACKAGE,
VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION
- PREREQ_PM => { },
+ PREREQ_PM => { File::Spec => 0.6 },
- INSTALLDIRS => 'perl',
);