diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Locale/Codes/Currency_Retired.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Locale/Codes/Currency_Retired.pm | 45 |
1 files changed, 14 insertions, 31 deletions
diff --git a/Master/tlpkg/tlperl/lib/Locale/Codes/Currency_Retired.pm b/Master/tlpkg/tlperl/lib/Locale/Codes/Currency_Retired.pm index 4d398958025..367da08a57e 100644 --- a/Master/tlpkg/tlperl/lib/Locale/Codes/Currency_Retired.pm +++ b/Master/tlpkg/tlperl/lib/Locale/Codes/Currency_Retired.pm @@ -1,36 +1,9 @@ -package Locale::Codes::Currency_Retired; +package # +Locale::Codes::Currency_Retired; # This file was automatically generated. Any changes to this file will # be lost the next time 'deprecate_codes' is run. -# Generated on: Wed Feb 27 10:06:46 EST 2013 - -=pod - -=head1 NAME - -Locale::Codes::Currency_Retired - retired currency codes for the Locale::Codes::Currency module - -=head1 SYNOPSIS - -This module contains data used by the Locale::Codes::Currency module. It is -not intended to be used directly, and contains no calleable routines. - -=head1 AUTHOR - -See Locale::Codes for full author history. - -Currently maintained by Sullivan Beck (sbeck@cpan.org). - -=head1 COPYRIGHT - - Copyright (c) 1997-2001 Canon Research Centre Europe (CRE). - Copyright (c) 2001-2010 Neil Bowers - Copyright (c) 2010-2013 Sullivan Beck - -This module is free software; you can redistribute it and/or -modify it under the same terms as Perl itself. - -=cut +# Generated on: Tue Mar 4 13:19:40 EST 2014 use strict; require 5.006; @@ -38,7 +11,7 @@ use warnings; use utf8; our($VERSION); -$VERSION='3.25'; +$VERSION='3.30'; $Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = { q(ADP) => q(Andorran Peseta), @@ -64,6 +37,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = { q(IEP) => q(Irish Pound), q(ITL) => q(Italian Lira), q(LUF) => q(Luxembourg Franc), + q(LVL) => q(Latvian Lats), q(MGF) => q(Malagasy Franc), q(MTL) => q(Maltese Lira), q(MZM) => q(Metical), @@ -72,6 +46,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = { q(ROL) => q(Leu), q(RUR) => q(Russian Ruble), q(SDD) => q(Sudanese Dinar), + q(SHP) => q(Saint Helena Pound), q(SIT) => q(Tolar), q(SKK) => q(Slovak Koruna), q(SRG) => q(Surinam Guilder), @@ -92,6 +67,8 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'code'} = { }; $Locale::Codes::Retired{'currency'}{'num'}{'code'} = { + q(428) => q(Latvian Lats), + q(654) => q(Saint Helena Pound), }; $Locale::Codes::Retired{'currency'}{'alpha'}{'name'} = { @@ -128,6 +105,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'name'} = { q(kroon) => [ q(EEK), q(Kroon) ], q(kuna) => [ q(HRK), q(Kuna) ], q(kwanza reajustado) => [ q(AOR), q(Kwanza Reajustado) ], + q(latvian lats) => [ q(LVL), q(Latvian Lats) ], q(leu) => [ q(RON), q(Leu) ], q(lev) => [ q(BGL), q(Lev) ], q(luxembourg franc) => [ q(LUF), q(Luxembourg Franc) ], @@ -145,6 +123,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'name'} = { q(new manat) => [ q(TMT), q(New Manat) ], q(new zaire) => [ q(ZRN), q(New Zaire) ], q(portuguese escudo) => [ q(PTE), q(Portuguese Escudo) ], + q(saint helena pound) => [ q(SHP), q(Saint Helena Pound) ], q(schilling) => [ q(ATS), q(Schilling) ], q(sdr) => [ q(XDR), q(SDR) ], q(shekel) => [ q(ILS), q(Shekel) ], @@ -159,6 +138,7 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'name'} = { q(tunisian dollar) => [ q(TND), q(Tunisian Dollar) ], q(uic-franc) => [ q(XFU), q(UIC-Franc) ], q(unidad de valor constante (uvc)) => [ q(ECV), q(Unidad de Valor Constante (UVC)) ], + q(unidades de fomento) => [ q(CLF), q(Unidades de fomento) ], q(unidades de formento) => [ q(CLF), q(Unidades de Formento) ], q(uruguay peso en unidades indexadas) => [ q(UYI), q(Uruguay Peso en Unidades Indexadas) ], }; @@ -166,9 +146,12 @@ $Locale::Codes::Retired{'currency'}{'alpha'}{'name'} = { $Locale::Codes::Retired{'currency'}{'num'}{'name'} = { q(bolivar fuerte) => [ q(937), q(Bolivar Fuerte) ], q(cedi) => [ q(936), q(Cedi) ], + q(latvian lats) => [ q(428), q(Latvian Lats) ], q(leu) => [ q(946), q(Leu) ], q(metical) => [ q(943), q(Metical) ], q(new manat) => [ q(934), q(New Manat) ], + q(saint helena pound) => [ q(654), q(Saint Helena Pound) ], + q(unidades de fomento) => [ q(990), q(Unidades de fomento) ], }; |