avoid needing . in @INC in dev mode master
Graham Knop [Mon, 17 Oct 2016 15:38:25 +0000 (11:38 -0400)]
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'