diff options
Diffstat (limited to 'devel/p5-Test-Simple/patches')
-rw-r--r-- | devel/p5-Test-Simple/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Test-Simple/patches/patch-aa b/devel/p5-Test-Simple/patches/patch-aa index 314d319d869..0d99513df51 100644 --- a/devel/p5-Test-Simple/patches/patch-aa +++ b/devel/p5-Test-Simple/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2007/02/18 01:55:15 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2007/03/16 20:56:00 wiz Exp $ ---- Makefile.PL.orig 2006-10-24 21:13:12.000000000 +0000 +--- Makefile.PL.orig 2007-03-14 00:25:01.000000000 +0000 +++ Makefile.PL @@ -51,8 +51,6 @@ WriteMakefile( PREREQ_PM => { Test::Harness => 2.03, }, -- # Added to the core somewhere around 5.7.2. -- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site', +- # Added to the core in 5.7.3 and also 5.6.2. +- INSTALLDIRS => $] >= 5.006002 ? 'perl' : 'site', ($ExtUtils::MakeMaker::VERSION <= 6.31 ? (LICENSE => 'perl') : ()), ); |