From 2f6ba5be202e83cdc89338ee504eb26f8612cd42 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven.rezic@idealo.de>
Date: Wed, 21 Mar 2018 18:12:04 +0100
Subject: [PATCH] fix for dot-in-INC removal (RT #124233)

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

diff --git a/Makefile.PL b/Makefile.PL
index 8bc8f61..18f2c45 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,3 +1,5 @@
+use FindBin;
+use lib $FindBin::RealBin;
 use inc::Module::Install;
 name 'Plack-App-Proxy';
 all_from 'lib/Plack/App/Proxy.pm';
-- 
2.7.4