Update Locale::Codes to 3.12
[p5sagit/p5-mst-13.2.git] / cpan / Locale-Codes / internal / data.currency.pl
1 #!/usr/bin/perl -w
2 # Copyright (c) 2010-2010 Sullivan Beck.  All rights reserved.
3 # This program is free software; you can redistribute it and/or modify it
4 # under the same terms as Perl itself.
5
6 %currency_alias =
7   (
8   );
9
10 %currency_iso_orig =
11   (
12   );
13
14 %currency_iso_ignore =
15   (
16     "XTS"  => 1,
17     "XXX"  => 1,
18   );
19
20 1;
21
22 # Local Variables:
23 # mode: cperl
24 # indent-tabs-mode: nil
25 # cperl-indent-level: 3
26 # cperl-continued-statement-offset: 2
27 # cperl-continued-brace-offset: 0
28 # cperl-brace-offset: 0
29 # cperl-brace-imaginary-offset: 0
30 # cperl-label-offset: -2
31 # End:
32