File: en_us.pm

package info (click to toggle)
libweather-com-perl 0.5.0-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 344 kB
  • ctags: 148
  • sloc: perl: 3,509; makefile: 46; sh: 11
file content (10 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
package Weather::Com::L10N::en_us;

use base 'Weather::Com::L10N';

# have a cvs driven version...
our $VERSION = sprintf "%d.%03d", q$Revision: 1.2 $ =~ /(\d+)/g;

%Lexicon = ( '_AUTO' => 1, );    

1;