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

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.