X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ee99c6a4c70c7ae77310677ad853505c2636ee86;hb=89efebad76a19d337169424185e240a2301a1f53;hp=b251d5aa4a5e3fce23d50d4b14d796554b985967;hpb=d4be4bd8bf54216cf2a58041f82f5fdaead5850a;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/Makefile.PL b/Makefile.PL index b251d5a..ee99c6a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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.001006', ( (defined ${^GLOBAL_PHASE} or !can_xs() ) ? () : ('Devel::GlobalDestruction::XS' => 0)