This file is indexed.

/usr/share/perl5/auto/Inline/denter/autosplit.ix is in libinline-perl 0.49-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
# Index created by AutoSplit for blib/lib/Inline/denter.pm
#    (file acts as timestamp)
package Inline::denter;
sub indent  ;
sub indent_data  ;
sub indent_value  ;
sub indent_hash  ;
sub indent_array  ;
sub indent_scalar  ;
sub indent_ref  ;
sub indent_undef  ;
sub indent_name  ;
sub _print_ref  ;
sub M01_invalid_indent_width  ;
sub M02_no_key_end_marker  ;
sub M03_no_value_end_marker  ;
sub M04_mismatched_quotes  ;
sub M05_invalid_key_value  ;
sub M06_invalid_indent_level  ;
sub M07_invalid_scalar_value  ;
1;