This file is indexed.

/usr/share/doc/libterm-readline-zoid-perl/README is in libterm-readline-zoid-perl 0.07-2.

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
Term-ReadLine-Zoid 0.07
=======================

ABOUT

  This package provides a set of modules that form an interactive input buffer
  written in plain perl with minimal dependencies. It features almost all
  key-bindings described in the posix spec for the sh(1) utility with some
  extensions like multiline editing; this includes a vi-command mode with a
  save-buffer (for copy-pasting) and an undo-stack.

  It is compatible with the Term::ReadLine interface, so it
  can be used with perl programs using this interface.

DEPENDENCIES

  The only real dependencies for this package are Term::ReadKey and AutoLoader
  which are available from cpan.

  One function in the vi command mode needs File::Temp, but as long as you don't
  use this function you don't need the module.

  You might also want to consider to install Env::PS1 if you want a fancy prompt.

INSTALL

  Try something like:

    $ perl Build.PL
    $ ./Build test
    $ ./Build install

  See the Module::Build documentation for advanced build options.