From be5c6d3a972084144c4738e869bc1bace58cd612 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Fri, 31 Mar 2017 22:16:07 -0400 Subject: [PATCH] perl-5.26.0 compatibility Accommodate no '.' by default in @INC. For: https://rt.cpan.org/Ticket/Display.html?id=120823 --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 9947cc14..1de177ff 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +use lib '.'; use inc::Module::Install 1.06; use strict; use warnings;