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

index 26f50de..064303a 100644 (file)
@@ -2,7 +2,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';
 
 WriteMakefile(
   NAME => 'Object::Remote',