This file is indexed.

/usr/share/perl5/WWW/Search/AltaVista/Web.pm is in libwww-search-perl 2.51.70-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
=head1 NAME

WWW::Search::AltaVista::Web - deprecated, just use WWW::Search::AltaVista

=head1 SYNOPSIS

  use WWW::Search;
  $search = new WWW::Search('AltaVista');

=head1 DESCRIPTION

Details of searching AltaVista.com can be found at
L<WWW::Search::AltaVista>.

=cut

package WWW::Search::AltaVista::Web;

use strict;
use warnings;

use base 'WWW::Search::AltaVista';
our
$VERSION = do { my @r = (q$Revision: 1.6 $ =~ /\d+/g); sprintf "%d."."%03d" x $#r, @r };

1;

__END__