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

