summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Harness/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-Harness/patches/patch-aa')
-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',
);