blob: 61fb4461a94ec2094657f3924f55d0b79b5c95b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.2 2005/02/19 18:43:31 wiz Exp $
--- Makefile.PL.orig 2004-12-04 21:06:31.000000000 +0100
+++ Makefile.PL
@@ -50,9 +50,7 @@ WriteMakefile(
VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION
PREREQ_PM => {
Test::Harness => 2.03,
- },
- # Added to the core somewhere around 5.7.2.
- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site'
+ }
);
|