Rename Locale::Country to Locale::Codes::Country in various scripts.

The new Locale-Country version needs to be loaded and used by specifing
Locale::Codes::Country since an upstream API change. Adjusting various perl
scripts to use the module in the proper way again.
This commit is contained in:
Stefan Schantl
2015-04-22 18:18:38 +02:00
parent a54ec49e18
commit b013822b99
4 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
use strict;
use Locale::Country;
use Locale::Codes::Country;
my $flagdir = '/srv/web/ipfire/html/images/flags';
my $lines = '1';