pkgsrc/devel/p5-Test-Simple/patches/patch-aa

15 lines
443 B
Text

$NetBSD: patch-aa,v 1.1 2002/10/21 07:31:23 jlam Exp $
--- Makefile.PL.orig Mon Aug 26 06:53:00 2002
+++ Makefile.PL
@@ -35,9 +35,7 @@ WriteMakefile(
PREREQ_PM => {
Test::Harness => 2.03,
File::Spec => 0.6,
- },
- # Added to the core somewhere around 5.7.2.
- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site'
+ }
);