summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Refresh/patches/patch-Makefile.PL
blob: 0eac666eec8653dfa1d26c0cb6b68c30ccd05f14 (plain)
1
2
3
4
5
6
7
8
9
10
$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 15:16:58 ryoon Exp $

--- Makefile.PL.orig	2011-10-26 12:37:08.000000000 +0000
+++ Makefile.PL
@@ -1,3 +1,5 @@
+use FindBin;
+use lib $FindBin::Bin;
 use inc::Module::Install;
 requires( perl => '5.8.1');
 name('Module-Refresh');