This file is indexed.

/usr/lib/perl5/PDL/Config.pm is in pdl 1:2.4.7+dfsg-2ubuntu5.

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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# AUTOMATICALLY GENERATED BY THE PDL TOPLEVEL Makefile.PL.
# DO NOT HAND-EDIT - CHANGES WILL BE LOST UPON YOUR NEXT
#  'perl Makefile.PL'!!!
package PDL;
use File::Spec;
%PDL::Config = (
	BADVAL_PER_PDL	=>	"0",
	WITH_PROJ	=>	"1",
	FFTW_TYPE	=>	"double",
	FFTW_LIBS	=>	["\/lib","\/usr\/lib","\/usr\/local\/lib"],
	WITH_FFTW	=>	"1",
	GSL_LIBS	=>	undef,
	GL_BUILD	=>	"0",
	WITH_IO_BROWSER	=>	"0",
	PROJ_INC	=>	undef,
	WHERE_PLPLOT_INCLUDE	=>	undef,
	WITH_KARMA	=>	"0",
	WHERE_KARMA	=>	undef,
	HTML_DOCS	=>	"1",
	SKIP_KNOWN_PROBLEMS	=>	"1",
	WHERE_PLPLOT_LIBS	=>	undef,
	WITH_3D	=>	"1",
	WITH_POSIX_THREADS	=>	"1",
	FFTW_INC	=>	["\/usr\/include\/","\/usr\/local\/include"],
	POGL_VERSION	=>	"0\.6",
	HIDE_TRYLINK	=>	"1",
	HDF_INC	=>	["\/usr\/include\/hdf"],
	WITH_HDF	=>	"1",
	POGL_WINDOW_TYPE	=>	"glut",
	WITH_GD	=>	"0",
	WITH_BADVAL	=>	"1",
	FITS_LEGACY	=>	"1",
	F77CONF	=>	"\/build\/buildd\/pdl\-2\.4\.7\+dfsg\/debian\/f77conf\.pl",
	WITH_SLATEC	=>	"1",
	BADVAL_USENAN	=>	"1",
	WITH_DEVEL_REPL	=>	"1",
	TEMPDIR	=>	"\/tmp",
	PROJ_LIBS	=>	undef,
	USE_POGL	=>	"1",
	GD_LIBS	=>	undef,
	GSL_INC	=>	undef,
	GD_INC	=>	undef,
	OPTIMIZE	=>	undef,
	WITH_GSL	=>	"1",
	HDF_LIBS	=>	undef,
	MALLOCDBG	=>	{},
	WITH_PLPLOT	=>	"1",
	WITH_MINUIT	=>	"1",
	MINUIT_LIB	=>	undef,
);
1;