diff options
-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; |