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

NAME

Log::Funlog::Lang - Language pack for Log::Funlog

SYNOPSIS

 use Log::Funlog::Lang;
 my @res=Log::Funlog::Lang->new( language );
 my @texts=@{ $res[1] };
 my $language_given=$res[0];

DESCRIPTION

This is a perl module used by Log::Funlog to obtain a list of funny things in the language of the user.

OPTIONS

Log::Funlog::Lang try to determinate the language of the user by parsing LC_MESSAGES and LANG. If it doesn't find any infos in these environment variable, it use 'en'

If it occurs, you must specify the language by the widely used two letters (fr, en, ...)

language

Two-letters code specifying language to use.

Available languages are: fr, en

Default to 'en'.

AUTHOR

Gabriel Guillon, from Chashew team

korsani-spam@free-spam.fr-spam

(remove you-know-what :)

LICENCE

As Perl itself.

Let me know if you have added some features, or removed some bugs ;)