This file is indexed.

/usr/lib/perl5/Tk/Config.pm is in perl-tk 1:804.031-1build1.

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
# DO NOT EDIT. CREATED AUTOMATICALLY BY myConfig
package Tk::Config;
require Exporter;
use base qw(Exporter);
$VERSION = '804.031';
$inc = ' -I/usr/include/freetype2';
$define = '';
$xlib = '-L/usr/lib/x86_64-linux-gnu -lXft';
$xinc = '-I/usr/include';
$gccopt = ' -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__';
$win_arch = 'x';
@EXPORT = qw($VERSION $inc $define $xlib $xinc $gccopt $win_arch);
1;