avoid needing . in @INC in dev mode
[p5sagit/Sub-Exporter-Progressive.git] / Makefile.PL
index 037f594..ad7e475 100644 (file)
@@ -3,7 +3,7 @@ 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'