X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=ndbot.pl;h=50825a0df3d9743e02179f8bf325ed340617ef74;hp=1f97e577c5d430989bd62993388af408a316d5a4;hb=dff6bffd7251217e599e36668e03caf998ea82f8;hpb=4cc6a095219bfd82ce9f37c89cd941f4da278b64 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);