summaryrefslogtreecommitdiff
path: root/dev-perl/Crypt-RSA/files/Crypt-RSA-1.99-no-dot-inc.patch
blob: f84cac6fbf198b07cc89568befc989e3c7028a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 76ef0a65ae8b93da138c179e7e0c2995113825d9 Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentnl@gentoo.org>
Date: Thu, 2 Jul 2020 20:11:50 +1200
Subject: Include '.' in @INC on perl 5.26+

---
 Makefile.PL | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.PL b/Makefile.PL
index 95eb265..90f6da8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,6 +8,7 @@
 ##
 ## $Id: Makefile.PL,v 1.12 2001/05/30 13:10:32 vipul Exp $
 
+use lib '.';
 use inc::Module::Install;
 
 name            'Crypt-RSA';
-- 
2.27.0