summaryrefslogtreecommitdiff
blob: 49c74e5e688f8af8b801012938b9eb9187a3a1eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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