/usr/share/perl5/Weather/Com/L10N.pm is in libweather-com-perl 0.5.3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | package Weather::Com::L10N;
use 5.006;
use Carp;
use base 'Locale::Maketext';
# have a cvs driven version...
our $VERSION = sprintf "%d.%03d", q$Revision: 1.3 $ =~ /(\d+)/g;
%Lexicon = ( '_AUTO' => 1, );
1;
|