This file is indexed.

/usr/share/perl5/ExtUtils/Typemap/ObjectMap.pm is in libextutils-typemaps-default-perl 1.05-2.

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
package ExtUtils::Typemap::ObjectMap;
use strict;
use warnings;
use ExtUtils::Typemaps;
use ExtUtils::Typemaps::ObjectMap;

our $VERSION = '1.05';

our @ISA = qw(ExtUtils::Typemaps::ObjectMap);

=head1 NAME

ExtUtils::Typemap::ObjectMap - A set of typemaps for opaque C/C++ objects

=head1 SYNOPSIS

This module had to be renamed. Use L<ExtUtils::Typemaps::ObjectMap> instead!

=head1 DESCRIPTION

This module had to be renamed. Use L<ExtUtils::Typemaps::ObjectMap> instead!

=head1 SEE ALSO

L<ExtUtils::Typemaps::ObjectMap>

L<ExtUtils::Typemap>, L<ExtUtils::Typemaps>

=head1 AUTHOR

Steffen Mueller <smueller@cpan.org>

=head1 COPYRIGHT AND LICENSE

Copyright 2010, 2011, 2012, 2013 by Steffen Mueller

This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

=cut

1;