add . to @INC for new perl

This commit is contained in:
sthen 2019-02-03 12:41:19 +00:00
parent a8428f7647
commit aa67748a7a

View File

@ -0,0 +1,10 @@
$OpenBSD: patch-Makefile_PL,v 1.1 2019/02/03 12:41:19 sthen Exp $
Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -1,3 +1,4 @@
+BEGIN { push @INC, '.'; }
use inc::Module::Install;
name('Class-ReturnValue');