This file is indexed.

/usr/lib/perl5/Math/MPFR/Prec.pm is in libmath-mpfr-perl 3.21-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
## This file generated by InlineX::C2XS (version 0.22) using Inline::C (version 0.53)
package Math::MPFR::Prec;
use strict;
use warnings;

require Exporter;
*import = \&Exporter::import;
require DynaLoader;

$Math::MPFR::Prec::VERSION = '3.21';

DynaLoader::bootstrap Math::MPFR::Prec $Math::MPFR::Prec::VERSION;

@Math::MPFR::Prec::EXPORT = ();
@Math::MPFR::Prec::EXPORT_OK = ();

sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking

1;