summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/URI-redis/files')
-rw-r--r--dev-perl/URI-redis/files/URI-redis-0.02-no-dot-inc.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/URI-redis/files/URI-redis-0.02-no-dot-inc.patch b/dev-perl/URI-redis/files/URI-redis-0.02-no-dot-inc.patch
new file mode 100644
index 000000000000..ad99d748a249
--- /dev/null
+++ b/dev-perl/URI-redis/files/URI-redis-0.02-no-dot-inc.patch
@@ -0,0 +1,24 @@
+From 79025592e95e110a275b92b35b3b6c0ea9996242 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Wed, 3 Jan 2018 20:02:47 +1300
+Subject: Fix for Perl 5.26 without . in INC
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 00eb501..fd7226d 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -3,6 +3,7 @@
+ use strict;
+ use warnings;
+
++use lib q[.];
+ use inc::Module::Install 0.91;
+
+ use Module::Install::AuthorRequires 0.02;
+--
+2.15.1
+