summaryrefslogtreecommitdiff
path: root/dev-perl/Crypt-RSA/files/Crypt-RSA-1.99-no-dot-inc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Crypt-RSA/files/Crypt-RSA-1.99-no-dot-inc.patch')
-rw-r--r--dev-perl/Crypt-RSA/files/Crypt-RSA-1.99-no-dot-inc.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Crypt-RSA/files/Crypt-RSA-1.99-no-dot-inc.patch b/dev-perl/Crypt-RSA/files/Crypt-RSA-1.99-no-dot-inc.patch
new file mode 100644
index 000000000000..f84cac6fbf19
--- /dev/null
+++ b/dev-perl/Crypt-RSA/files/Crypt-RSA-1.99-no-dot-inc.patch
@@ -0,0 +1,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
+