This file is indexed.

/usr/share/doc/libhtml-popuptreeselect-perl/README is in libhtml-popuptreeselect-perl 1.6-7.

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
HTML::PopupTreeSelect version 1.6
=================================

This module creates an HTML popup tree selector.  The HTML and
Javascript produced will work in Mozilla 1+ (Netscape 6+) on all
operating systems, Microsoft IE 5+ and Safari 1.0.  For an example,
visit this page:

  http://sam.tregar.com/hpts_demo.cgi

I based the design for this widget on the xTree widget from WebFX.
You can find it here:

  http://webfx.eae.net/dhtml/xtree/

CHANGES

1.6
    - Fixed bug in Firefox and Camino on Mac OSX.  Scrollbars would
      stay visible after the widget was hidden. (Don Brodale)

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Then copy the images in images/ into a place here your web server can
find them.  Remember where you put them so you'll know what value to
set for image_path when you call new().

DEPENDENCIES

This module requires these other modules and libraries:

  HTML::Template 2.6
  Test::More
  Carp

COPYRIGHT AND LICENCE

Copyright (C) 2003 Sam Tregar

This program is free software; you can redistribute it and/or modify
it under the same terms as Perl 5 itself.