Make the pure-perl fallback work under -c (RT#78619)
[p5sagit/Devel-GlobalDestruction.git] / Makefile.PL
index caafb55..bbdc96a 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-require 5.006000;
+require 5.008001;
 
 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' => 0,
+  'Sub::Exporter::Progressive' => 0.001002,
 );
 
 my %WriteMakefileArgs = (
@@ -34,14 +34,14 @@ my %WriteMakefileArgs = (
   LICENSE             => 'perl',
   INSTALLDIRS         => 'site',
   PL_FILES            => { },
-  MIN_PERL_VERSION    => '5.006000',
+  MIN_PERL_VERSION    => '5.008001',
   PREREQ_PM           => \%RUN_DEPS,
   CONFIGURE_REQUIRES  => { 'ExtUtils::CBuilder' => 0.27 },
   META_ADD => {
     resources => {
-      homepage => 'http://search.cpan.org/dist/Devel-Globaldestruction',
-      repository => 'git://git.shadowcat.co.uk/p5sagit/Devel-Globaldestruction.git',
-      bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Globaldestruction',
+      homepage => 'http://search.cpan.org/dist/Devel-GlobalDestruction',
+      repository => 'git://git.shadowcat.co.uk/p5sagit/Devel-GlobalDestruction.git',
+      bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-GlobalDestruction',
     },
     requires => \%RUN_DEPS,
   },