fix Module::Install without . in @INC master mirror/master
Graham Knop [Sun, 26 Jul 2020 21:53:58 +0000 (23:53 +0200)]
Makefile.PL

index 8da17ec..92834a4 100644 (file)
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '.';
 use inc::Module::Install 0.87;
 use Module::Install::AuthorRequires;
 use Module::Install::AuthorTests;