aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo.pasotti@gmail.com>2014-05-13 19:44:52 +0200
committerMatteo Pasotti <matteo.pasotti@gmail.com>2014-05-13 19:44:52 +0200
commitcbff4eb172441ff015c5f463ccb1ce095fcd8470 (patch)
treeb6b30d03ce93ee8e164a063168e0948ea242e670 /scripts
parentf7005782b2acd3d540ecc88c4cdf7b88cac0159d (diff)
downloadcolin-keep-cbff4eb172441ff015c5f463ccb1ce095fcd8470.tar
colin-keep-cbff4eb172441ff015c5f463ccb1ce095fcd8470.tar.gz
colin-keep-cbff4eb172441ff015c5f463ccb1ce095fcd8470.tar.bz2
colin-keep-cbff4eb172441ff015c5f463ccb1ce095fcd8470.tar.xz
colin-keep-cbff4eb172441ff015c5f463ccb1ce095fcd8470.zip
fixed Modern::Perl usage
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/hostmanager4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/hostmanager b/scripts/hostmanager
index 006f5ef..3852b17 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;