summaryrefslogtreecommitdiff
path: root/devel/p5-Test-ClassAPI/patches/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-ClassAPI/patches/patch-Makefile.PL')
-rw-r--r--devel/p5-Test-ClassAPI/patches/patch-Makefile.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-Test-ClassAPI/patches/patch-Makefile.PL b/devel/p5-Test-ClassAPI/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..506895d558a
--- /dev/null
+++ b/devel/p5-Test-ClassAPI/patches/patch-Makefile.PL
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 00:32:18 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2009-07-13 06:49:52.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install::DSL 0.91;
+
+ all_from lib/Test/ClassAPI.pm