This file is indexed.

/usr/share/perl5/fb_config.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
package fb_config;
use vars qw(@ISA @EXPORT $FPATH $FLPATH);
@ISA = qw(Exporter);
@EXPORT = qw($FPATH $FLPATH);
$FPATH = "/usr/share/games/frozen-bubble";
$FLPATH = "/usr/lib/games/frozen-bubble";