From: Peter Rabbitson Date: Tue, 26 Mar 2013 23:27:12 +0000 (+0100) Subject: Ask for S::Ex::Pro supporting :all (completeness) X-Git-Tag: Devel-GlobalDestruction-0.10~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=89efebad76a19d337169424185e240a2301a1f53;p=p5sagit%2FDevel-GlobalDestruction.git Ask for S::Ex::Pro supporting :all (completeness) --- 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)