From: Michael Andreen Date: Wed, 3 Jan 2018 16:21:02 +0000 (+0100) Subject: Fix for perl 5.26 inc change X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=commitdiff_plain;h=bfcb830248c2b64cfc57290b411000bc071f2a10 Fix for perl 5.26 inc change --- 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);