File: en.pm

package info (click to toggle)
libhtml-formfu-model-dbic-perl 0.09002-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,064 kB
  • sloc: perl: 2,270; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
package HTMLFormFu::I18N::en;
use strict;
use warnings;

use base qw( HTMLFormFu::I18N );

our %Lexicon = (
    label_foo => 'Foo',
    label_bar => 'Bar',
);

1;