/usr/share/perl5/WWW/Search/News.pm is in libwww-search-perl 2.51.60-1.
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 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | # $rcs = ' $Id: News.pm,v 1.13 2009/05/02 19:27:46 Martin Exp $ ' ;
=head1 NAME
WWW::Search::News - WWW::Search backend for news searches
=head1 DESCRIPTION
This is an empty package. It only exists so that CPAN users can say
"install WWW::Search::News" and they'll get what they expect. Well,
actually I'm not sure what they expect, but they'll get something
reasonable.
I also use it to control the version number of the distribution.
=head1 SEE ALSO
WWW::Search::AP
WWW::Search::Reuters
WWW::Search::WashPost
=head1 AUTHOR
Martin Thurn <mthurn@cpan.org>
=head1 LICENSE
Copyright (C) 1998-2009 Martin 'Kingpin' Thurn
This software is released under the same license as Perl itself.
=cut
package WWW::Search::News;
use strict;
use warnings;
use 5.005;
our
$VERSION = '1.079';
1;
__END__
|