This file is indexed.

/usr/share/doc/libconfig-inifiles-perl/README is in libconfig-inifiles-perl 2.94-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
Config::IniFiles - A module for reading .ini-style configuration files.

DESCRIPTION

Config::IniFiles provides a way to have readable configuration files
outside your Perl script. Configurations can be imported (inherited,
stacked,...), sections can be grouped, and settings can be accessed from
a tied hash.

INSTALLATION

To install this module type the following:

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

Alternatively use the CPAN.pm module:

    # perl -MCPAN -e 'install Config::IniFiles'

Or the newer CPANPLUS.pm module

    # perl -MCPANPLUS -e 'install Config::IniFiles'

DEPENDENCIES

The module's only dependency is a recent-enough version of perl5.

LICENSE

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