summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-04-29 20:43:28 +1200
committerKent Fredric <kentnl@gentoo.org>2020-04-29 20:44:15 +1200
commitb3d633fd20b31e94e4611d70ea5de1532294ac63 (patch)
tree7867c8d8be55502e3418a81fe33cc6fb5f7df8b8 /dev-perl/Array-Window/files
parentdev-perl/Array-RefElem: -r bump for EAPI7 (diff)
downloadgentoo-b3d633fd20b31e94e4611d70ea5de1532294ac63.tar.gz
gentoo-b3d633fd20b31e94e4611d70ea5de1532294ac63.tar.bz2
gentoo-b3d633fd20b31e94e4611d70ea5de1532294ac63.zip
dev-perl/Array-Window: -r bump for EAPI7
- EAPI7 - Fix redundancy in DESCRIPTION - Migrate Makefile.PL patching to patches instead of sed - Strip unwanted tests Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Array-Window/files')
-rw-r--r--dev-perl/Array-Window/files/Array-Window-1.02-no-dot-inc.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Array-Window/files/Array-Window-1.02-no-dot-inc.patch b/dev-perl/Array-Window/files/Array-Window-1.02-no-dot-inc.patch
new file mode 100644
index 000000000000..1ca661b3e0e8
--- /dev/null
+++ b/dev-perl/Array-Window/files/Array-Window-1.02-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From a611484135caeddcd28e65d6ee8f5794a6e8f982 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Wed, 29 Apr 2020 20:33:15 +1200
+Subject: Fix loading from inc/ on perl 5.28+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 67c6d3b..de84e50 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install 0.75;
+
+ all_from 'lib/Array/Window.pm';
+--
+2.26.2
+