Group
Extension

Matches 2

Locale-SubCountry ( K/KI/KIMRYAN/Locale-SubCountry-2.07.tar.gz, KIMRYAN, 2021; MetaCPAN )
Locale-SubCountry/lib/Locale/SubCountry.pm ( view source; MetaCPAN )
a project
L<https://salsa.debian.org/iso-codes-team/iso-codes/>
and then files iso_3166-1.json, iso_3166-2.json

L<Locale::Country>,L<Lingua::EN::AddressParse>,
L<Geo::StreetAddress::US>,L<Geo::Postal
-----

package Locale::SubCountry::World;
use strict;
use warnings;
use locale;
use Exporter;
use JSON;
use Locale::SubCountry::Codes;

#---------------------------------------------------------------
try::Codes package

{

    unless ( $Locale::SubCountry::Codes::JSON )
    {
      die "Could not locate Locale::SubCountry::Codes::JSON variable";
    }

    # Get all the data from the Locale::SubCo
Locale-SubCountry ( K/KI/KIMRYAN/Locale-SubCountry-2.07.tar.gz, KIMRYAN, 2021; MetaCPAN )
Locale-SubCountry/lib/Locale/SubCountry/Codes.pm ( view source; MetaCPAN )
=head1 NAME

Locale::SubCountry::Codes - data for Locale::SubCountry in JSON format

=head1 DESCRIPTION

Internal data for the Locale::SubCountry module

NOTE, THIS FILE IS CREATED WITH UTF-8 ENCODING
s://salsa.debian.org/iso-codes-team/iso-codes/-/tree/main/data>
and then files iso_3166-1.json, iso_3166-2.json


=cut
#------------------------------------------------------------------------------
u
warnings;

our $VERSION = '2.07';
package Locale::SubCountry::Codes;

$Locale::SubCountry::Codes::JSON =
q{
{
  "3166-1": [
    {
      "alpha_2": "AW",
      "alpha_3": "ABW",
      "name": "Aruba",

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.