This file is indexed.

/usr/share/doc/libpod-webserver-perl/README is in libpod-webserver-perl 3.05-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
47
48
49
50
51
52
53
54
55
README for Pod::Webserver
                                   Time-stamp: "2004-05-25 18:22:38 ADT"

			    Pod::Webserver

Pod::Webserver -- minimal web server to serve local Perl documentation


SYNOPSIS

(Running from a prompt)
  % podwebserver
  You can now point your browser at http://localhost:8020/


DESCRIPTION

This module can be run as an application that works as a
minimal web server to serve local Perl documentation.  It's like
L<perldoc> except it works through your browser.

Run "podwebserver -h" for a list of runtime options.



INSTALLATION

You install this module-suite, as you would install any perl module
library, by running these commands:

   perl Makefile.PL
   make
   make test
   make install

If you want to install a private copy of this module-suite in your home
directory, then you should try to produce the initial Makefile with
something like this command:

  perl Makefile.PL PREFIX=~/perl

See perldoc perlmodinstall for more information on installing modules.


SUPPORT

Questions, bug reports, useful code bits, and suggestions for this
module should just be sent to me at sburke@cpan.org


AVAILABILITY

The latest version of this module is available from the Comprehensive
Perl Archive Network (CPAN).  Visit <http://www.perl.com/CPAN/> to
find a CPAN site near you.