X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bbdc96ad19fea271a47d933632d9190ba50acbb2;hb=5197ed544a8d8d966cdeb6e463ae13b0d2cae19c;hp=efc983e5eae6459d82e8e06ed671b5fc0ab23f86;hpb=53daa8381ac1962b80e5becbffc1d1a2017c9df5;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/Makefile.PL b/Makefile.PL index efc983e..bbdc96a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use strict; use warnings; -require 5.006000; +require 5.008001; use ExtUtils::MakeMaker; BEGIN { if ( $^O eq 'cygwin' ) { @@ -34,7 +34,7 @@ my %WriteMakefileArgs = ( LICENSE => 'perl', INSTALLDIRS => 'site', PL_FILES => { }, - MIN_PERL_VERSION => '5.006000', + MIN_PERL_VERSION => '5.008001', PREREQ_PM => \%RUN_DEPS, CONFIGURE_REQUIRES => { 'ExtUtils::CBuilder' => 0.27 }, META_ADD => {