package Bibulus::Lang::en; use strict; use warnings; use Carp; sub test { return 'test'; } 1; __END__ =head1 NAME Bibulus::Lang::en - Bibulus support for English =head1 SYNOPSIS Bibulus::Lang::en - Bibulus support for English =head1 DESCRIPTION use Bibulus::Lang; my $lang = new Bibulus::Lang; $lang->lang('en'); # sets language to English print $lang->mastersthesis; # returns 'Master's thesis' =head2 EXPORT None. =head1 SEE ALSO F. The homepage is L. =head1 AUTHOR Thomas M. Widmann, L =head1 COPYRIGHT AND LICENSE Copyright 2003 by Thomas M. Widmann This module is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. =cut