The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Locale::Codes::Country::FR - French countries

VERSION

Version 0.01

SYNOPSIS

A sub-class of Locale::Codes which adds country names in French and genders of the countries.

SUBROUTINES/METHODS

new

Creates a Locale::Codes::Country::FR object.

en_country2gender

Take a country (in English) and return 'M' and 'F'. Can be used in OO or procedural mode.

country2fr

Given a country in English, translate into French. Can be used in OO or procedural mode.

AUTHOR

Nigel Horne, <njh at bandsman.co.uk>

BUGS

Lots of countries to be done. This initial release is a POC.

Gender exceptions aren't handled.

Please report any bugs or feature requests to bug-locale-codes-country at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Locale-Codes-Country-FR. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

params() returns a ref which means that calling routines can change the hash for other routines. Take a local copy before making amendments to the table if you don't want unexpected things to happen.

SEE ALSO

Locale::Codes

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Locale::Codes::Country::FR

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2019 Nigel Horne.

This program is released under the following licence: GPL2