From 84c221cae06ea7a5c77a0cde842a8dc9799db4bc Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Mon, 5 Nov 2018 17:40:33 +0100 Subject: [PATCH] fix for no-dot-in-@INC problem (RT #122868) --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 50ac9f6..68abc05 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +use lib '.'; use inc::Module::Install; name 'Log-Dispatch-Screen-Color'; all_from 'lib/Log/Dispatch/Screen/Color.pm'; -- 2.7.4