From dff6bffd7251217e599e36668e03caf998ea82f8 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 24 Mar 2012 20:11:07 +0100 Subject: [PATCH] use local::lib --- ndbot.pl | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2