summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-07-14 08:19:38 +1200
committerKent Fredric <kentnl@gentoo.org>2020-07-14 08:19:55 +1200
commit662a34beb8244945a97ee1c39c02a4849a2e5ab7 (patch)
tree4685178daf17ad447af614e2d3ab13e3c924d602 /dev-perl/DBIx-Class-UserStamp/files
parentnet-irc/irker: add Python 3.9 (diff)
downloadgentoo-662a34beb8244945a97ee1c39c02a4849a2e5ab7.tar.gz
gentoo-662a34beb8244945a97ee1c39c02a4849a2e5ab7.tar.bz2
gentoo-662a34beb8244945a97ee1c39c02a4849a2e5ab7.zip
dev-perl/DBIx-Class-UserStamp: -r bump for EAPI7 + fixes
- EAPI7 - Unconditionally patch out bad tests - Convert "sed" hack to a patch Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/DBIx-Class-UserStamp/files')
-rw-r--r--dev-perl/DBIx-Class-UserStamp/files/DBIx-Class-UserStamp-0.11-no-dot-inc.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/DBIx-Class-UserStamp/files/DBIx-Class-UserStamp-0.11-no-dot-inc.patch b/dev-perl/DBIx-Class-UserStamp/files/DBIx-Class-UserStamp-0.11-no-dot-inc.patch
new file mode 100644
index 000000000000..58ecebb29d09
--- /dev/null
+++ b/dev-perl/DBIx-Class-UserStamp/files/DBIx-Class-UserStamp-0.11-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From 4a2406d0013f5f7fac7d008eba7fcb77e618d9a7 Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Tue, 14 Jul 2020 08:15:59 +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 4fff0bd..42fe07d 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install;
+
+ name 'DBIx-Class-UserStamp';
+--
+2.27.0
+