aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-05-24 18:36:39 +0200
committerAngelo Naselli <anaselli@linux.it>2014-05-24 18:36:39 +0200
commit01f6e5ec956abe7f3884755dd68b14f2da46af43 (patch)
tree6bbff9e28ce609f2526daa13606a02182aa9b60b /scripts
parent26be62e8f2d15ca1c0088613d1daba314a75ea77 (diff)
parent5cb593cba82eca852618027a3d876e4b9aad8b8c (diff)
downloadmanatools-01f6e5ec956abe7f3884755dd68b14f2da46af43.tar
manatools-01f6e5ec956abe7f3884755dd68b14f2da46af43.tar.gz
manatools-01f6e5ec956abe7f3884755dd68b14f2da46af43.tar.bz2
manatools-01f6e5ec956abe7f3884755dd68b14f2da46af43.tar.xz
manatools-01f6e5ec956abe7f3884755dd68b14f2da46af43.zip
Merge branch 'master' of ssh://git.mageia.org/software/adminpanel
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/hostmanager4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/hostmanager b/scripts/hostmanager
index 006f5efd..3852b17f 100755
--- a/scripts/hostmanager
+++ b/scripts/hostmanager
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# Copyright 2013 Matteo Pasotti
#
-# This file is part of hostmanager
+# This file is part of hostmanager thus adminpanel
#
# hostmanager is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with AdminPanel. If not, see <http://www.gnu.org/licenses/>.
-use Modern::Perl 2011;
+use Modern::Perl '2011';
use autodie;
use AdminPanel::Module::Hosts;