ports/devel/p5-Test-Simple/files/patch-Makefile.PL
Yen-Ming Lee 0935634b29 - Update to 0.65
PR:		105394
Submitted by:	gslin at gslin.org
2006-11-12 05:51:18 +00:00

11 lines
407 B
Perl

--- Makefile.PL.orig Sat Nov 11 10:48:48 2006
+++ Makefile.PL Sat Nov 11 10:49:03 2006
@@ -52,7 +52,7 @@
Test::Harness => 2.03,
},
# Added to the core somewhere around 5.7.2.
- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site',
+ INSTALLDIRS => 'site',
($ExtUtils::MakeMaker::VERSION <= 6.31 ? (LICENSE => 'perl') : ()),
);