add inc to lib path in Makefile.PL to avoid Module::Install trying to reload files
Graham Knop [Sat, 28 Dec 2019 19:36:40 +0000 (20:36 +0100)]
Makefile.PL

index ade0d9e..14a471e 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings;
 use lib '.';
+use lib 'inc';
 use inc::Module::Install 0.91;
 use Module::Install::AuthorRequires;
 use Module::Install::AuthorTests;