From: Stefan Schantl Date: Wed, 24 Feb 2016 07:59:42 +0000 (+0100) Subject: guardian.cgi: Adjust CGI to use Locale::Codes::Country. X-Git-Tag: v2.19-core104~8^2~28 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=b5f7d90327dc8ecc346bac6f758d752d2b510e78 guardian.cgi: Adjust CGI to use Locale::Codes::Country. The module has been renamed some time ago. Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/guardian.cgi b/html/cgi-bin/guardian.cgi index 162c0d4ceb..d14a1dd9db 100644 --- a/html/cgi-bin/guardian.cgi +++ b/html/cgi-bin/guardian.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2014 IPFire Team # +# Copyright (C) 2016 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -20,7 +20,7 @@ ############################################################################### use strict; -use Locale::Country; +use Locale::Codes::Country; # enable only the following on debugging purpose #use warnings;