X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ndbot.pl;h=50825a0df3d9743e02179f8bf325ed340617ef74;hb=fc37239d5f764e9f0f7c113a03fc52d264699725;hp=1f97e577c5d430989bd62993388af408a316d5a4;hpb=17aabe51d5b62ae4bcae5ec3b02757ab5aa65b77;p=NDIRC.git diff --git a/ndbot.pl b/ndbot.pl index 1f97e57..50825a0 100755 --- a/ndbot.pl +++ b/ndbot.pl @@ -22,6 +22,7 @@ use strict; use warnings; use feature ':5.10'; +use local::lib; #use Devel::Leak::Object qw{ GLOBAL_bless }; use POE qw(Component::IRC::Qnet::State);