diff options
author | 2020-06-20 11:02:37 +1200 | |
---|---|---|
committer | 2020-06-20 11:03:08 +1200 | |
commit | 486221eae1556463be820cd34b0eb259788cff53 (patch) | |
tree | d5035dd0381030e654176b0c22e61e2aec00320d /dev-perl/Class-Spiffy/files | |
parent | net-wireless/iw: fix ebuild header (diff) | |
download | gentoo-486221eae1556463be820cd34b0eb259788cff53.tar.gz gentoo-486221eae1556463be820cd34b0eb259788cff53.tar.bz2 gentoo-486221eae1556463be820cd34b0eb259788cff53.zip |
dev-perl/Class-Spiffy: -r bump for EAPI7
- EAPI7
- Remove unused/empty variable assignments
- Parallel tests
- Migrate to an actual "patch" instead of "sed"
- Improve dependencies
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Spiffy/files')
-rw-r--r-- | dev-perl/Class-Spiffy/files/Class-Spiffy-0.15-no-dot-inc.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Class-Spiffy/files/Class-Spiffy-0.15-no-dot-inc.patch b/dev-perl/Class-Spiffy/files/Class-Spiffy-0.15-no-dot-inc.patch new file mode 100644 index 000000000000..f94168fc24a7 --- /dev/null +++ b/dev-perl/Class-Spiffy/files/Class-Spiffy-0.15-no-dot-inc.patch @@ -0,0 +1,21 @@ +From 1c979a0223112986d4eb75578dc8c8eb24296c0f Mon Sep 17 00:00:00 2001 +From: Kent Fredric <kentnl@gentoo.org> +Date: Sat, 20 Jun 2020 10:51:32 +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 a9195f4..db2bff9 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,3 +1,4 @@ ++use lib '.'; + use inc::Module::Install; + + name 'Class-Spiffy'; +-- +2.27.0 + |