This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.26/Bundle/DBD/Pg.pm is in libdbd-pg-perl 3.7.0-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
package Bundle::DBD::Pg;

use strict;
use warnings;

$VERSION = '3.7.0';

1;

__END__

=head1 NAME

Bundle::DBD::Pg - A bundle to install all DBD::Pg related modules

=head1 SYNOPSIS

C<perl -MCPAN -e 'install Bundle::DBD::Pg'>

=head1 CONTENTS

DBI

DBD::Pg

=head1 DESCRIPTION

This bundle includes all the modules needed for DBD::Pg (the Perl 
interface to the Postgres database system). Please feel free to 
ask for help or report any problems to dbd-pg@perl.org.

=cut

=head1 AUTHOR

Greg Sabino Mullane E<lt>F<greg@turnstep.com>E<gt>