fix dev mode with no dot in @INC
Graham Knop [Tue, 26 Sep 2017 22:07:05 +0000 (00:07 +0200)]
Makefile.PL

index 657cae2..4012f0e 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 => 'Catalyst::Manual',