This file is indexed.

/usr/share/doc/libload-perl/README is in libload-perl 0.23-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
README for load

The load.pm allows you to have Perl load subroutines only when necessary.
It is primarily intended as a memory saving action, specifically for threaded
Perl and mod_perl applications, but maybe useful in more traditional Perl
applications as well.

Copyright (c) 2002-2007 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights
reserved.  This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Version:
 0.23

Required Modules:
 (none)

perl Makefile.PL
make
make test
make install