This file is indexed.

/usr/share/perl5/DBIx/SearchBuilder/Handle/mysqlPP.pm is in libdbix-searchbuilder-perl 1.61-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
package DBIx::SearchBuilder::Handle::mysqlPP;

use strict;
use warnings;

use base qw(DBIx::SearchBuilder::Handle::mysql);

1;

__END__

=head1 NAME

DBIx::SearchBuilder::Handle::mysqlPP - A mysql specific Handle object

=head1 DESCRIPTION

A Handle subclass for the "pure perl" mysql database driver.

This is currently identical to the DBIx::SearchBuilder::Handle::mysql class.

=head1 AUTHOR



=head1 SEE ALSO

DBIx::SearchBuilder::Handle::mysql

=cut