This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.22/Event/typemap is in libevent-perl 1.24-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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TYPEMAP

pe_watcher *	O_WATCHER
pe_event *	O_EVENT
pe_genericsrc *	O_GENERICSRC

INPUT

O_WATCHER
	$var = ($type) sv_2watcher($arg)

O_EVENT
	$var = ($type) sv_2event($arg)

O_GENERICSRC
	$var = ($type) sv_2genericsrc($arg)

OUTPUT

O_WATCHER
	croak("use watcher_2sv($var)")

O_EVENT
	croak("use event_2sv($var)")

O_GENERICSRC
	croak("use genericsrc_2sv($var)")