This file is indexed.

/usr/share/perl5/fb_c_stuff.pm is in frozen-bubble 2.2.0-2ubuntu3.

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

use strict;
use vars qw($VERSION @ISA);

require DynaLoader;

@ISA = qw(DynaLoader);
$VERSION = '1.0';

bootstrap fb_c_stuff $VERSION;

1;