summaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL/patches/patch-Makefile.PL
blob: 978141a8f8320d699f05c9847479cc7df9306e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-Makefile.PL,v 1.1 2017/06/05 23:19:54 ryoon Exp $

* Add workaround for removing . from @INC

--- Makefile.PL.orig	2010-03-11 15:10:46.000000000 +0000
+++ Makefile.PL
@@ -3,6 +3,8 @@
 use strict;
 use warnings;
 use 5.005;
+use FindBin;
+use lib $FindBin::Bin;
 use inc::Module::Install;
 
 name		'Authen-SASL';