summaryrefslogtreecommitdiff
path: root/devel/p5-Test-ClassAPI/patches/patch-Makefile.PL
blob: 506895d558abe868234ccd364d2f0d301f0dc673 (plain)
1
2
3
4
5
6
7
8
9
10
11
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