Acme-MetaSyntactic-Themes
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/currency.pm view on Meta::CPAN
use strict;
use Acme::MetaSyntactic::MultiList;
our @ISA = qw( Acme::MetaSyntactic::MultiList );
our $VERSION = '1.006';
__PACKAGE__->init();
our %Remote = (
source => {
current => 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml',
historic => 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-three.xml',
},
extract => sub { $_[0] =~ m{<Ccy>(\S+)</Ccy>}mig },
);
1;
=head1 NAME
Acme::MetaSyntactic::currency - The currency theme
=head1 DESCRIPTION
The official three-letter currency codes, as defined by ISO 4217.
The list was taken from the ISO web site: L<http://www.iso.org/>.
=head1 CONTRIBUTOR
Philippe "BooK" Bruhat.
=head1 CHANGES
=over 4
=item *
2026-01-12 - v1.006
Updated the source URL, and
published in Acme-MetaSyntactic-Themes version 1.056.
=item *
2015-08-10 - v1.005
Updated the source URL, and
published in Acme-MetaSyntactic-Themes version 1.047.
=item *
2013-07-22 - v1.004
Updated the source URL, and
published in Acme-MetaSyntactic-Themes version 1.034.
=item *
2013-01-14 - v1.003
Updated the source URL, and
updated from the source web site in Acme-MetaSyntactic-Themes version 1.029.
=item *
2012-10-29 - v1.002
Updated from the source web site in Acme-MetaSyntactic-Themes version 1.025.
=item *
2012-09-10 - v1.001
Updated from the source web site in Acme-MetaSyntactic-Themes version 1.018.
=item *
2012-05-07 - v1.000
Updated with historical (withdrawn) currencies, made updatable, and
received its own version number in Acme-MetaSyntactic-Themes version 1.000.
=item *
2005-08-23
Introduced in Acme-MetaSyntactic version 0.36, published (one day late).
=back
=head1 SEE ALSO
L<Acme::MetaSyntactic>, L<Acme::MetaSyntactic::List>.
=cut
__DATA__
# default
current
# names current
AED
AFN
ALL
AMD
AOA
ARS
AUD
AWG
AZN
BAM
BBD
BDT
BHD
BIF
BMD
BND
BOB
BOV
BRL
BSD
BTN
BWP
( run in 0.391 second using v1.01-cache-2.11-cpan-39bf76dae61 )