fix with newer perl, @INC .

This commit is contained in:
sthen 2019-02-03 13:17:45 +00:00
parent e3fffe0f16
commit e1b1c45ec9

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-Makefile_PL,v 1.3 2019/02/03 13:17:45 sthen Exp $
Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -2,6 +2,7 @@ use strict;
use warnings;
use 5.008001;
+BEGIN { push @INC, '.'; }
use inc::Module::Install 1.06;
BEGIN { makemaker_args( NORECURS => 1 ) } # needs to happen early for old EUMM