From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# $Id: /local/CPAN/Mango/trunk/t/lib/Mango/Test/Catalyst/I18N/en.pm 1959 2007-08-10T05:27:29.884596Z claco $
use strict;
use utf8;
use vars qw/%Lexicon/;
BEGIN {
};
%Lexicon = (
Test => 'Test Catalyst I18N English Language',
);
1;