This file is indexed.

/usr/lib/perl5/Prima/HelpViewer.fm is in libprima-perl 1.28-1.1.

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
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# VBForm version file=1.1 builder=0.1
# [preload] Prima::ComboBox
sub
{
	return (
	'LinkColor' => {
		class   => 'Prima::ColorComboBox',
		module  => 'Prima::ColorDialog',
		profile => {
			origin => [ 5, 57],
			name => 'LinkColor',
			owner => 'Form1',
			size => [ 56, 18],
	}},
	'Form1' => {
		class   => 'Prima::Window',
		module  => 'Prima::Classes',
		parent => 1,
		profile => {
			width => 402,
			name => 'Form1',
			text => 'Appearance settings',
			bottom => 303,
			originDontCare => 0,
			origin => [ 557, 303],
			height => 112,
			left => 557,
			sizeDontCare => 0,
			size => [ 402, 112],
			borderStyle => bs::Dialog,
	}},
	'CodeColor' => {
		class   => 'Prima::ColorComboBox',
		module  => 'Prima::ColorDialog',
		profile => {
			origin => [ 6, 12],
			name => 'CodeColor',
			owner => 'Form1',
			size => [ 56, 18],
	}},
	'Label1' => {
		class   => 'Prima::Label',
		module  => 'Prima::Label',
		siblings => [qw(focusLink)],
		profile => {
			origin => [ 5, 80],
			name => 'Label1',
			owner => 'Form1',
			size => [ 100, 20],
			text => '~Link color',
			focusLink => 'LinkColor',
	}},
	'Label2' => {
		class   => 'Prima::Label',
		module  => 'Prima::Label',
		siblings => [qw(focusLink)],
		profile => {
			origin => [ 5, 35],
			name => 'Label2',
			owner => 'Form1',
			size => [ 100, 20],
			text => '~Code color',
			focusLink => 'CodeColor',
	}},
	'OkButton' => {
		class   => 'Prima::Button',
		module  => 'Prima::Buttons',
		profile => {
			origin => [ 294, 57],
			name => 'OkButton',
			size => [ 96, 36],
			onClick => Prima::VB::VBLoader::GO_SUB('my $self = $_[0];        
$self-> owner-> ok;','OkButton', 'onClick'),
			owner => 'Form1',
			default => 1,
			text => '~OK',
	}},
	'CancelButton' => {
		class   => 'Prima::Button',
		module  => 'Prima::Buttons',
		profile => {
			origin => [ 294, 12],
			name => 'CancelButton',
			size => [ 96, 36],
			onClick => Prima::VB::VBLoader::GO_SUB('my $self = $_[0];      
$self-> owner-> cancel;','CancelButton', 'onClick'),
			owner => 'Form1',
			text => 'Cancel',
	}},
	'FixFont' => {
		class   => 'Prima::ComboBox',
		module  => 'Prima::ComboBox',
		profile => {
			origin => [ 112, 12],
			name => 'FixFont',
			style => cs::DropDown,
			size => [ 170, 19],
			owner => 'Form1',
	}},
	'Label3' => {
		class   => 'Prima::Label',
		module  => 'Prima::Label',
		siblings => [qw(focusLink)],
		profile => {
			origin => [ 112, 35],
			name => 'Label3',
			size => [ 170, 20],
			owner => 'Form1',
			text => '~Fixed font',
			focusLink => 'FixFont',
	}},
	'VarFont' => {
		class   => 'Prima::ComboBox',
		module  => 'Prima::ComboBox',
		profile => {
			origin => [ 112, 57],
			style => cs::DropDown,
			name => 'VarFont',
			owner => 'Form1',
			size => [ 170, 18],
	}},
	'Label4' => {
		class   => 'Prima::Label',
		module  => 'Prima::Label',
		siblings => [qw(focusLink)],
		profile => {
			origin => [ 112, 80],
			name => 'Label4',
			owner => 'Form1',
			size => [ 170, 21],
			text => '~Variable font',
			focusLink => 'VarFont',
	}},
	);
}