X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=ndbot.pl;h=54e2fcc9b56a6d8a9826aa426052a45a6afea012;hp=50825a0df3d9743e02179f8bf325ed340617ef74;hb=bfcb830248c2b64cfc57290b411000bc071f2a10;hpb=48c2e7d852234548bdce239b4441b7a98de408a2 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);