You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Data-AMF/files/Data-AMF-0.09-no-dot-inc.patch

22 lines
470 B

From fe2c46d29b08accd9f8ab6df352923042065550a Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentnl@gentoo.org>
Date: Wed, 15 Jul 2020 12:31:30 +1200
Subject: Include '.' in @INC for perl 5.26+
---
Makefile.PL | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.PL b/Makefile.PL
index c92df6a..2b78d78 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
use inc::Module::Install;
name 'Data-AMF';
all_from 'lib/Data/AMF.pm';
--
2.27.0