From bfcb830248c2b64cfc57290b411000bc071f2a10 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Wed, 3 Jan 2018 17:21:02 +0100 Subject: [PATCH] Fix for perl 5.26 inc change --- ndbot.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ndbot.pl b/ndbot.pl index 50825a0..54e2fcc 100755 --- a/ndbot.pl +++ b/ndbot.pl @@ -24,6 +24,10 @@ use warnings; use feature ':5.10'; use local::lib; +use File::Basename; +use lib dirname (__FILE__) . "/.."; + + #use Devel::Leak::Object qw{ GLOBAL_bless }; use POE qw(Component::IRC::Qnet::State); -- 2.39.2