bump Sub::Exporter::Progressive dep to fix loading in global destruction
Graham Knop [Tue, 29 Oct 2013 13:42:57 +0000 (09:42 -0400)]
Makefile.PL
t/06_load-in-gd.t

index b2ddd69..0c1d029 100644 (file)
@@ -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)
index 4140aa4..574c29d 100644 (file)
@@ -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";