This commit was manufactured by cvs2svn to create branch
[freeside.git] / FS / FS / L10N / en_us.pm
1 package FS::L10N::en_us;
2 use base qw(FS::L10N);
3 #use strict;
4
5 our %Lexicon = ( _AUTO=>1 );
6
7 1;