The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 package HTMLFormFu::I18N::en;use strict;use warnings;use base qw( HTMLFormFu::I18N );our %Lexicon = ( label_foo => 'Foo', label_bar => 'Bar',);1;
package
HTMLFormFu::I18N::en;
use
strict;
warnings;
base
qw( HTMLFormFu::I18N )
;
our
%Lexicon
= (
label_foo
=>
'Foo'
,
label_bar
'Bar'
);
1;