From: Graham Knop Date: Mon, 17 Oct 2016 15:38:25 +0000 (-0400) Subject: avoid needing . in @INC in dev mode X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Exporter-Progressive.git;a=commitdiff_plain;h=fda5874b001faac3884bc6e5c06b9b5bf2c9ae44 avoid needing . in @INC in dev mode --- diff --git a/Makefile.PL b/Makefile.PL index 037f594..ad7e475 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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'