fix with newer perl, @INC .

This commit is contained in:
sthen 2019-02-03 13:31:13 +00:00
parent 6b44706f57
commit 6191171448

View File

@ -0,0 +1,10 @@
$OpenBSD: patch-Makefile_PL,v 1.1 2019/02/03 13:31:13 sthen Exp $
Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -1,3 +1,4 @@
+BEGIN { push @INC, '.'; }
use inc::Module::Install;
use Module::Install::Share;