This file is indexed.

/usr/share/doc/libterm-size-perl-perl/README is in libterm-size-perl-perl 0.029-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
This is alpha release 0.02 of Term::Size::Perl.

Term::Size::Perl is a Perl module which provides a straightforward 
way to get the size of the terminal (or window) on which 
a script is running.

After building/installing, this module does it job 
with pure Perl code, via ioctl() builtin. The trick is to
extract at build time some configuration parameters
via compiling/running a C code which gets the needed
information for driving Perl ioctl() in the specific
machine.

Adriano Ferreira <ferreira@cpan.org> Jun 14 2006