<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 0214f474e82a1c436ffe3d852c6f90cac5cb538b Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven@rezic.de&gt;
Date: Wed, 22 Mar 2017 22:22:03 +0100
Subject: [PATCH] add . to @INC [RT #120521]

---
 Build.PL | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Build.PL b/Build.PL
index a46c9e0..25248e0 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,6 +1,8 @@
 use 5.008;
 use strict;
 use warnings;
+use FindBin;
+use lib $FindBin::RealBin;
 use inc::My_Build;
 
 my $builder = inc::My_Build-&gt;new(
-- 
2.1.4

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