Work around Exporter.pm not installable on perl < 5.8.0
[p5sagit/Sub-Exporter-Progressive.git] / Makefile.PL
index bf252b4..037f594 100644 (file)
@@ -10,7 +10,6 @@ my %BUILD_DEPS = (
 );
 
 my %RUN_DEPS = (
-  'Exporter' => '5.58',
 );
 
 my %META_BITS = (
@@ -27,7 +26,7 @@ my $mymeta_works = eval { ExtUtils::MakeMaker->VERSION('6.5707'); 1 };
 my $mymeta = $mymeta_works || eval { ExtUtils::MakeMaker->VERSION('6.5702'); 1 };
 
 my %WriteMakefileArgs = (
-  NAME          => 'Sub-Exporter-Progressive',
+  NAME          => 'Sub::Exporter::Progressive',
   VERSION_FROM  => 'lib/Sub/Exporter/Progressive.pm',
   ABSTRACT_FROM => 'lib/Sub/Exporter/Progressive.pm',
   LICENSE       => 'perl',