This file is indexed.

/usr/share/doc/libtext-csv-xs-perl/CONTRIBUTING.md is in libtext-csv-xs-perl 1.26-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
# General

I am always open to improvements and suggestions.
Use [issues](https://github.com/Tux/Text-CSV_XS/issues)

# Style

I will never accept pull request that do not strictly conform to my
style, however you might hate it. You can read the reasoning behind
my [preferences](http://tux.nl/style.html).

I really do not care about mixed spaces and tabs in (leading) whitespace

Perl::Tidy will help getting the code in shape, but as all software, it
is not perfect. You can find my preferences for these in
[.perltidy](https://github.com/Tux/Release-Checklist/blob/master/.perltidyrc) and
[.perlcritic](https://github.com/Tux/Release-Checklist/blob/master/.perlcriticrc).

# Requirements

The minimum version required to use this module is stated in
[Makefile.PL](./Makefile.PL)