From: Graham Knop Date: Sun, 26 Jul 2020 21:53:58 +0000 (+0200) Subject: fix Module::Install without . in @INC X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=HEAD;hp=e8b9ffa906f9e5a2d66a4e1a2d1ac11194385332;p=catagits%2FCatalyst-Plugin-Authentication.git fix Module::Install without . in @INC --- diff --git a/Makefile.PL b/Makefile.PL index 8da17ec..92834a4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,6 @@ use strict; use warnings; +use lib '.'; use inc::Module::Install 0.87; use Module::Install::AuthorRequires; use Module::Install::AuthorTests;