This file is indexed.

/usr/share/perl5/ExtUtils/XSpp.pm is in libextutils-xspp-perl 0.1800-2.

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
package ExtUtils::XSpp;

use strict;
use warnings;

use ExtUtils::XSpp::Driver;

our $VERSION = '0.18';

1;