NAME

Enum::Declare::Common::CurrencyISO - ISO 4217 code-to-code constants

SYNOPSIS

use Enum::Declare::Common::CurrencyISO;

say USD;  # "USD"
say EUR;  # "EUR"

# Type-safe currency code for DB columns
$row->{currency} = GBP;

ENUMS

Code :Str :Export

176 ISO 4217 constants. Each returns its own code as a string.

AUTHOR

LNATION <email@lnation.org>

LICENSE AND COPYRIGHT

Copyright 2026 LNATION. Artistic License 2.0.