mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 09:47:30 -08:00
- 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>
22 lines
469 B
Diff
22 lines
469 B
Diff
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
|
|
|