This file is indexed.

/usr/lib/perl5/true/VERSION.pm is in libtrue-perl 0.18-1build3.

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
package true::VERSION;

require true;

our $VERSION = '0.18';

=head1 NAME

true::VERSION - shim to allow modules to depend on true.pm

=head1 DESCRIPTION

This module exists to work around bugs in the dependency system which
prevent modules from depending on L<true>.

Instead of depending on L<true>, depend on L<true::VERSION> with the
same version number.

This module was introduced with version 0.16 of L<true>.

=cut