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/Convert-PEM/files/Convert-PEM-0.80.0-526.patch

24 lines
578 B

From 22b4a18d00c7080972341db2052041448391fbfe Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentnl@gentoo.org>
Date: Sun, 11 Jun 2017 14:42:41 +1200
Subject: Fix Makefile.PL for Perl 5.26 w/o "." in @INC
Bug: https://bugs.gentoo.org/613632
Bug: https://rt.cpan.org/Ticket/Display.html?id=120714
---
Makefile.PL | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.PL b/Makefile.PL
index 8d4d686..3e87348 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
use inc::Module::Install;
name 'Convert-PEM';
all_from 'lib/Convert/PEM.pm';
--
2.14.1