From: Graham Knop Date: Tue, 29 Oct 2013 13:42:57 +0000 (-0400) Subject: bump Sub::Exporter::Progressive dep to fix loading in global destruction X-Git-Tag: Devel-GlobalDestruction-0.12~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=commitdiff_plain;h=e029c65666417046fefe06ad3caf04f489fe31d1 bump Sub::Exporter::Progressive dep to fix loading in global destruction --- diff --git a/Makefile.PL b/Makefile.PL index b2ddd69..0c1d029 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,7 +37,7 @@ my $mymeta = $mymeta_works || eval { ExtUtils::MakeMaker->VERSION('6.5702'); 1 } my %META_BITS = ( ); my %RUN_DEPS = ( - 'Sub::Exporter::Progressive' => '0.001006', + 'Sub::Exporter::Progressive' => '0.001011', ( (defined ${^GLOBAL_PHASE} or parse_args()->{PUREPERL_ONLY} or !can_xs() ) ? () : ('Devel::GlobalDestruction::XS' => 0) diff --git a/t/06_load-in-gd.t b/t/06_load-in-gd.t index 4140aa4..574c29d 100644 --- a/t/06_load-in-gd.t +++ b/t/06_load-in-gd.t @@ -17,9 +17,6 @@ BEGIN { use POSIX qw(_exit); -# doesn't always work when loaded in gd, so pre-load it -use Sub::Exporter::Progressive (); - $|++; print "1..3\n";