mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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:
@@ -21,7 +21,7 @@
|
||||
|
||||
use strict;
|
||||
|
||||
use Locale::Country;
|
||||
use Locale::Codes::Country;
|
||||
|
||||
my $flagdir = '/srv/web/ipfire/html/images/flags';
|
||||
my $lines = '1';
|
||||
|
||||
Reference in New Issue
Block a user