summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Harness/patches
diff options
context:
space:
mode:
authorshell <shell@pkgsrc.org>2002-10-20 03:12:35 +0000
committershell <shell@pkgsrc.org>2002-10-20 03:12:35 +0000
commit5fa46148b016d04d1e8b8be050cbe0946cc231e9 (patch)
tree98436f5365f93946b83a6f3bffab4110acfb3e99 /devel/p5-Test-Harness/patches
parent9c77bc1424ca02b2e26ce2950502da260e98141c (diff)
downloadpkgsrc-5fa46148b016d04d1e8b8be050cbe0946cc231e9.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/patches')
-rw-r--r--devel/p5-Test-Harness/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
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',
);