From: Graham Knop Date: Sun, 14 Apr 2019 00:15:44 +0000 (+0200) Subject: fix Makefile.PL when no . in @INC X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session.git;a=commitdiff_plain;h=005dfe4f232485eb89f321eefed95adf1eb60097 fix Makefile.PL when no . in @INC --- diff --git a/Makefile.PL b/Makefile.PL index 3700c20..c7ab4e8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +use lib '.'; use inc::Module::Install 0.87; use Module::Install::AuthorTests;