/usr/lib/perl5/Math/MPFR/V.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::V;
use strict;
use warnings;
require Exporter;
*import = \&Exporter::import;
require DynaLoader;
$Math::MPFR::V::VERSION = '3.21';
DynaLoader::bootstrap Math::MPFR::V $Math::MPFR::V::VERSION;
@Math::MPFR::V::EXPORT = ();
@Math::MPFR::V::EXPORT_OK = ();
sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
1;
|