NAME
Locale::Object - OO locale information
VERSION
0.2
DESCRIPTION
The Locale::Object
group of modules attempts to provide locale-related information in an object-oriented fashion. The information is collated from several sources and provided in an accompanying DBD::SQLite database.
At present, the modules are:
* Locale::Object::Country - objects representing countries
* Locale::Object::Continent - objects representing continents
* Locale::Object::Currency - objects representing currencies
* Locale::Object::DB - does lookups for the modules in the database
* Locale::Object::DB::Schemata - documents the database, including all data sources.
For more information, see the documentation for those modules. Forthcoming releases will include Locale::Object::Language
and Locale::Object::Timezone
.
KNOWN BUGS
The database of currency information is not perfect by a long stretch. If you find mistakes or missing information, please send them to the author.
AUTHOR
Earle Martin <EMARTIN@cpan.org>
CREDITS
Original concept: Pierre Denis (PDENIS). I had much useful assistance from Pierre, Tom Insam (TOMI) - who contributed to my knowledge of DBI - and James Duncan (JDUNCAN). Most of the OO concepts involved I learnt from Damian Conway (DCONWAY)'s excellent book "Object Oriented Perl" (ISBN 1-884777-79-1).
COPYRIGHT
Copyright 2003 Fotango Ltd. All rights reserved. http://opensource.fotango.com/
This module is released under the same license as Perl itself, and is provided on an "as is" basis. The author and Fotango Ltd make no warranties of any kind, either expressed or implied, as to the accuracy and/or utility of any results obtained from its use. However, if you do find something wrong with the results, please let the author know. Thanks.
SEE ALSO
Locale::Codes, for simple conversions between names and ISO codes.