X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b251d5aa4a5e3fce23d50d4b14d796554b985967;hb=d4be4bd8bf54216cf2a58041f82f5fdaead5850a;hp=ae92f146e1c6e011f54e0022b391de8fbfdb7ace;hpb=b1bee216b13ba067c620587ce49899927e103970;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/Makefile.PL b/Makefile.PL index ae92f14..b251d5a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use strict; use warnings; -require 5.008001; +require 5.006; use ExtUtils::MakeMaker; BEGIN { if ( $^O eq 'cygwin' ) { @@ -25,7 +25,7 @@ my $mymeta = $mymeta_works || eval { ExtUtils::MakeMaker->VERSION('6.5702'); 1 } my %META_BITS = ( ); my %RUN_DEPS = ( - 'Sub::Exporter::Progressive' => 0.001002, + 'Sub::Exporter::Progressive' => '0.001002', ( (defined ${^GLOBAL_PHASE} or !can_xs() ) ? () : ('Devel::GlobalDestruction::XS' => 0) @@ -38,7 +38,7 @@ my %WriteMakefileArgs = ( LICENSE => 'perl', INSTALLDIRS => 'site', PL_FILES => { }, - MIN_PERL_VERSION => '5.008001', + MIN_PERL_VERSION => '5.006', PREREQ_PM => \%RUN_DEPS, CONFIGURE_REQUIRES => { 'ExtUtils::CBuilder' => 0.27 }, META_ADD => {