avoid needing . in @INC in dev mode
Graham Knop [Sun, 16 Oct 2016 12:08:31 +0000 (08:08 -0400)]
Makefile.PL

index 734cfb8..0b78345 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings FATAL => 'all';
 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 %WriteMakefileArgs = (
   NAME => 'JSON::MaybeXS',