package App::ClusterSSH::L10N::en; use base 'App::ClusterSSH::L10N'; %Lexicon = ( '_AUTO' => 1, ); 1; =pod =head1 NAME App::ClusterSSH::L10N::en - Base English translations module =head1 SYNOPSIS use App::ClusterSSH::L10N; my $lang = ClusterSSH::L10N->get_handle('en'); $lang->maketext('text to localise with args [_1]', $arg1); =head1 DESCRIPTION L based translation module for ClusterSSH. See L for more information and usage. =head1 METHODS No method are exported. See L. =head1 AUTHOR Duncan Ferguson, C<< >> =head1 LICENSE AND COPYRIGHT Copyright 1999-2010 Duncan Ferguson. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information. =cut 1;