aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo.pasotti@gmail.com>2014-01-12 00:40:41 +0100
committerMatteo Pasotti <matteo.pasotti@gmail.com>2014-01-12 00:40:41 +0100
commitd893b66965c89f82d575ac15ccf897786eeeb5fc (patch)
tree2ddd34d5e665d10982dc3b27940707395e148f81
parent9d2d85b6a839077b049a9c034d265aee90937d56 (diff)
downloadcolin-keep-d893b66965c89f82d575ac15ccf897786eeeb5fc.tar
colin-keep-d893b66965c89f82d575ac15ccf897786eeeb5fc.tar.gz
colin-keep-d893b66965c89f82d575ac15ccf897786eeeb5fc.tar.bz2
colin-keep-d893b66965c89f82d575ac15ccf897786eeeb5fc.tar.xz
colin-keep-d893b66965c89f82d575ac15ccf897786eeeb5fc.zip
- do not use AdminPanel::Shared
-rw-r--r--AdminPanel/Hosts/GHosts.pm2
-rwxr-xr-xmodules/hostmanager/hostmanager1
2 files changed, 1 insertions, 2 deletions
diff --git a/AdminPanel/Hosts/GHosts.pm b/AdminPanel/Hosts/GHosts.pm
index 9557b90..2e9751e 100644
--- a/AdminPanel/Hosts/GHosts.pm
+++ b/AdminPanel/Hosts/GHosts.pm
@@ -37,7 +37,7 @@ use utf8;
use Glib;
use yui;
-use AdminPanel::Shared;
+#use AdminPanel::Shared;
use AdminPanel::Hosts::hosts;
=head1 VERSION
diff --git a/modules/hostmanager/hostmanager b/modules/hostmanager/hostmanager
index bc7fd60..4d3b0f4 100755
--- a/modules/hostmanager/hostmanager
+++ b/modules/hostmanager/hostmanager
@@ -17,7 +17,6 @@
# along with AdminPanel. If not, see <http://www.gnu.org/licenses/>.
use Modern::Perl 2011;
use autodie;
-use AdminPanel::Shared;
use AdminPanel::Hosts::GHosts;
use yui;