summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-RecordParser/patches/patch-Makefile.PL
blob: 5f8309952910342f3fb14cb1ea9e6c2c93a8c40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:46:59 ryoon Exp $

* Fix build with Perl 5.26.0

--- Makefile.PL.orig	2015-04-21 19:17:02.000000000 +0000
+++ Makefile.PL
@@ -1,3 +1,5 @@
+use FindBin;
+use lib $FindBin::Bin;
 use inc::Module::Install;
 
 name         'Text-RecordParser';