<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From e7a2611e62d9bd648dd37164012a4b37e0a55083 Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven.rezic@idealo.de&gt;
Date: Mon, 5 Nov 2018 13:46:07 +0100
Subject: [PATCH] fix Makefile.PL for dot-without-@INC perls

This fixes https://github.com/dsully/perl-crypt-openssl-x509/issues/71
---
 Makefile.PL | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.PL b/Makefile.PL
index 9708e74..1a96cce 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,4 @@
+use lib '.';
 use inc::Module::Install;
 
 use Config;
-- 
2.7.4

</pre></body></html>