From: Michael Andreen Date: Sat, 24 Mar 2012 19:11:07 +0000 (+0100) Subject: use local::lib X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=commitdiff_plain;h=dff6bffd7251217e599e36668e03caf998ea82f8 use local::lib --- 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);