NAME
AmberDB::Locale::Currency - ISO 4217 Currency Definition and Symbol Dictionary
SYNOPSIS
use AmberDB::Locale::Currency;
my $sym = AmberDB::Locale::Currency->symbol('TRY'); # '₺'
my $name = AmberDB::Locale::Currency->name('USD'); # 'US Dollar'
AUTHOR
Maruf Cetin <marufcetin@gmail.com>
LICENSE AND COPYRIGHT
Copyright (C) 2026 Maruf Cetin.
This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.