This file is indexed.

/usr/share/perl5/Bundle/PlRPC.pm is in libplrpc-perl 0.2020-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
package Bundle::PlRPC;

$VERSION = '0.03';

1;

__END__

=head1 NAME

Bundle::PlRPC - A bundle to install PlRPC-Server, Client and prerequisites.

=head1 SYNOPSIS

C<perl -MCPAN -e 'install Bundle::PlRPC'>

=head1 CONTENTS

Storable

Net::Daemon

RPC::PlServer

=head1 DESCRIPTION

This bundle includes all that's needed to run PlRPC-Server and Client.