diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-05-13 19:44:52 +0200 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-05-13 19:44:52 +0200 |
commit | cbff4eb172441ff015c5f463ccb1ce095fcd8470 (patch) | |
tree | b6b30d03ce93ee8e164a063168e0948ea242e670 /scripts | |
parent | f7005782b2acd3d540ecc88c4cdf7b88cac0159d (diff) | |
download | manatools-cbff4eb172441ff015c5f463ccb1ce095fcd8470.tar manatools-cbff4eb172441ff015c5f463ccb1ce095fcd8470.tar.gz manatools-cbff4eb172441ff015c5f463ccb1ce095fcd8470.tar.bz2 manatools-cbff4eb172441ff015c5f463ccb1ce095fcd8470.tar.xz manatools-cbff4eb172441ff015c5f463ccb1ce095fcd8470.zip |
fixed Modern::Perl usage
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/hostmanager | 4 |
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; |