-
-
21 Mar 2006 06:31:45 UTC
- Distribution: Locale-MakePhrase
- Module version: 0.2
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (2 / 461 / 0)
- Kwalitee
Bus factor: 0- 68.13% Coverage
- License: open_source
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (54.91KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Mathew Robertson
- Dependencies
- Data::Dumper
- Encode
- Encode::Alias
- Exporter
- I18N::LangTags
- Memoize
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Locale::MakePhrase::Langage::en - Custom language handling for English.
DESCRIPTION
This module implements custom language handling capabilites, for the English language.
API
The following methods are implemented:
$self new([...])
[ Inherited from Locale::MakePhrase::Language. ]
No options are necessary for this module.
If you are using this as an example, you would implement the
init([...])
method, then return a reference to$self
.boolean y_or_n($keypress)
Implements handling of y or n keypress for English languages.
Module Install Instructions
To install Locale::MakePhrase, copy and paste the appropriate command in to your terminal.
cpanm Locale::MakePhrase
perl -MCPAN -e shell install Locale::MakePhrase
For more information on module installation, please visit the detailed CPAN module installation guide.