This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.24/BSSolv.pm is in libbssolv-perl 0.09-1+b1.

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
package BSSolv;

use strict;

require Exporter;

our @ISA = qw(Exporter);

our $VERSION = '0.09';

require XSLoader;

XSLoader::load('BSSolv', $VERSION);

package BSSolv::repo;

1;