This file is indexed.

/usr/share/perl5/Exporter/Declare/Export/Sub.pm is in libexporter-declare-perl 0.114-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
package Exporter::Declare::Export::Sub;
use strict;
use warnings;

use base 'Exporter::Declare::Export';

1;

=head1 NAME

Exporter::Declare::Export::Sub - Export class for subs which are exported.

=head1 DESCRIPTION

Currently does not do anything L<Exporter::Declare::Export> does not.

=head1 AUTHORS

Chad Granum L<exodist7@gmail.com>

=head1 COPYRIGHT

Copyright (C) 2010 Chad Granum

Exporter-Declare is free software; Standard perl licence.

Exporter-Declare is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the license for more details.