From cbff4eb172441ff015c5f463ccb1ce095fcd8470 Mon Sep 17 00:00:00 2001 From: Matteo Pasotti Date: Tue, 13 May 2014 19:44:52 +0200 Subject: fixed Modern::Perl usage --- scripts/hostmanager | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 . -use Modern::Perl 2011; +use Modern::Perl '2011'; use autodie; use AdminPanel::Module::Hosts; -- cgit v1.2.1