aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Shared
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo.pasotti@gmail.com>2014-02-09 14:43:08 +0100
committerMatteo Pasotti <matteo.pasotti@gmail.com>2014-02-09 14:43:08 +0100
commit02fd47fd5c2e8be58b7232cbe3d1f8a1443c671d (patch)
treed124130b5abf44b11b320202d716e4664d0c3ccb /lib/AdminPanel/Shared
parent98c6ad3a11f860290f9f8aa2effd7e10f46f71cf (diff)
downloadcolin-keep-02fd47fd5c2e8be58b7232cbe3d1f8a1443c671d.tar
colin-keep-02fd47fd5c2e8be58b7232cbe3d1f8a1443c671d.tar.gz
colin-keep-02fd47fd5c2e8be58b7232cbe3d1f8a1443c671d.tar.bz2
colin-keep-02fd47fd5c2e8be58b7232cbe3d1f8a1443c671d.tar.xz
colin-keep-02fd47fd5c2e8be58b7232cbe3d1f8a1443c671d.zip
- dropped local::lib usage
Diffstat (limited to 'lib/AdminPanel/Shared')
-rw-r--r--lib/AdminPanel/Shared/Hosts.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Shared/Hosts.pm b/lib/AdminPanel/Shared/Hosts.pm
index 3e1fb90..c3ce6ee 100644
--- a/lib/AdminPanel/Shared/Hosts.pm
+++ b/lib/AdminPanel/Shared/Hosts.pm
@@ -21,7 +21,6 @@ package AdminPanel::Shared::Hosts;
use Moose;
use diagnostics;
-use local::lib;
use Config::Hosts;
use utf8;