summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-05-24 00:07:18 +1200
committerKent Fredric <kentnl@gentoo.org>2020-05-24 00:07:18 +1200
commit00551e1e3fc1f3e80a43a13b8b7c657d6ad089ab (patch)
treef07d41cf1cb842ab493d2663c5ff1abe37de2e19 /dev-perl/Class-Autouse/files
parentdev-perl/Class-Adapter: Bump to version 1.90.0 (diff)
downloadgentoo-00551e1e3fc1f3e80a43a13b8b7c657d6ad089ab.tar.gz
gentoo-00551e1e3fc1f3e80a43a13b8b7c657d6ad089ab.tar.bz2
gentoo-00551e1e3fc1f3e80a43a13b8b7c657d6ad089ab.zip
dev-perl/Class-Autouse: -r bump for EAPI7
- EAPI7 - Pad out deps more - Replace "sed" with "patch" Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Autouse/files')
-rw-r--r--dev-perl/Class-Autouse/files/Class-Autouse-2.01-no-dot-inc.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Class-Autouse/files/Class-Autouse-2.01-no-dot-inc.patch b/dev-perl/Class-Autouse/files/Class-Autouse-2.01-no-dot-inc.patch
new file mode 100644
index 000000000000..4fa0ab244361
--- /dev/null
+++ b/dev-perl/Class-Autouse/files/Class-Autouse-2.01-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From 1527dbac07ae3b1ec157aed01ea568cea9f1f52e Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Sun, 24 May 2020 00:00:53 +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 9a4a412..f17b280 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install::DSL 1.04;
+
+ all_from lib/Class/Autouse.pm
+--
+2.26.2
+