avoid needing . in @INC in dev mode
[p5sagit/Sub-Exporter-Progressive.git] / Makefile.PL
index bf252b4..ad7e475 100644 (file)
@@ -3,14 +3,13 @@ use warnings;
 
 use 5.006;
 use ExtUtils::MakeMaker;
-(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 my %BUILD_DEPS = (
   'Test::More' => '0.88'
 );
 
 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',