This file is indexed.

/usr/share/perl5/Bundle/SNMP/MIB/Compiler.pm is in libsnmp-mib-compiler-perl 0.06-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
package Bundle::SNMP::MIB::Compiler;

$VERSION = '0.01';

1;

__END__

=head1 NAME

Bundle::SNMP::MIB::Compiler - A bundle to install all SNMP::MIB::Compiler related modules

=head1 SYNOPSIS

C<perl -MCPAN -e 'install Bundle::SNMP::MIB::Compiler'>

=head1 CONTENTS

Data::Dumper

Data::Compare

=head1 DESCRIPTION

This bundle includes SNMP::MIB::Compiler which is a MIB compiler.

=head1 AUTHOR

Fabien Tassin E<lt>F<fta@oleane.net>E<gt>

=cut