NAME
Enum::Declare::Common::CountryISO - ISO 3166-1 code-to-code constants
SYNOPSIS
use Enum::Declare::Common::CountryISO;
say US; # "US"
say USA; # "USA"
# Type-safe country code for DB columns
$row->{country} = GB;
ENUMS
Alpha2 :Str :Export
249 ISO 3166-1 alpha-2 constants. Each returns its own code as a string.
Alpha3 :Str :Export
249 ISO 3166-1 alpha-3 constants. Each returns its own code as a string.
AUTHOR
LNATION <email@lnation.org>
LICENSE AND COPYRIGHT
Copyright 2026 LNATION. Artistic License 2.0.