Skip to content

Commit

Permalink
Merge pull request #2662 from RotherOSS/issue-#2661-locale_country
Browse files Browse the repository at this point in the history
Issue #2661: update Locale::Codes to 3.76
  • Loading branch information
bschmalhofer authored Nov 9, 2023
2 parents 0f96855 + 4b63f32 commit 54f34ec
Show file tree
Hide file tree
Showing 29 changed files with 31,612 additions and 30,992 deletions.
2 changes: 1 addition & 1 deletion Kernel/System/Environment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ sub BundleModulesDeclarationGet {
'Comment' => 'needed by Kernel::System::ReferenceData, Locale::Country',
'Module' => 'Locale::Codes',
'Required' => 1,
'VersionExact' => '3.69',
'VersionExact' => '3.76',
},
{
'Comment' => 'needed by webservices',
Expand Down
4 changes: 2 additions & 2 deletions Kernel/cpan-lib/Locale/Codes.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Locale::Codes;
# Copyright (C) 2001 Canon Research Centre Europe (CRE).
# Copyright (C) 2002-2009 Neil Bowers
# Copyright (c) 2010-2021 Sullivan Beck
# Copyright (c) 2010-2023 Sullivan Beck
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.

Expand All @@ -16,7 +16,7 @@ use if $] >= 5.027007, 'deprecate';
use Locale::Codes::Constants;

our($VERSION);
$VERSION='3.69';
$VERSION='3.76';

use Exporter qw(import);
our(@EXPORT_OK,%EXPORT_TAGS);
Expand Down
6 changes: 3 additions & 3 deletions Kernel/cpan-lib/Locale/Codes/Constants.pm
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
package Locale::Codes::Constants;
# Copyright (C) 2001 Canon Research Centre Europe (CRE).
# Copyright (C) 2002-2009 Neil Bowers
# Copyright (c) 2010-2021 Sullivan Beck
# Copyright (c) 2010-2023 Sullivan Beck
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.

# This file was automatically generated. Any changes to this file will
# be lost the next time 'gen_mods' is run.
# Generated on: Wed Dec 1 13:43:56 EST 2021
# Generated on: Tue Aug 29 10:59:57 EDT 2023

use strict;
use warnings;
require 5.006;
use Exporter qw(import);

our($VERSION,@EXPORT);
$VERSION = '3.69';
$VERSION='3.76';

################################################################################
our(@CONSTANTS,%ALL_CODESETS);
Expand Down
6 changes: 3 additions & 3 deletions Kernel/cpan-lib/Locale/Codes/Country.pm
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
package Locale::Codes::Country;
# Copyright (C) 2001 Canon Research Centre Europe (CRE).
# Copyright (C) 2002-2009 Neil Bowers
# Copyright (c) 2010-2021 Sullivan Beck
# Copyright (c) 2010-2023 Sullivan Beck
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.

# This file was automatically generated. Any changes to this file will
# be lost the next time 'gen_mods' is run.
# Generated on: Wed Dec 1 13:43:56 EST 2021
# Generated on: Tue Aug 29 10:59:57 EDT 2023

use strict;
use warnings;
require 5.006;
use Exporter qw(import);

our($VERSION,@EXPORT);
$VERSION = '3.69';
$VERSION='3.76';

################################################################################
use if $] >= 5.027007, 'deprecate';
Expand Down
Loading

0 comments on commit 54f34ec

Please sign in to comment.