1package Bundle::PlRPC;
2
3$VERSION = '0.03';
4
51;
6
7__END__
8
9=head1 NAME
10
11Bundle::PlRPC - A bundle to install PlRPC-Server, Client and prerequisites.
12
13=head1 SYNOPSIS
14
15C<perl -MCPAN -e 'install Bundle::PlRPC'>
16
17=head1 CONTENTS
18
19Storable
20
21Net::Daemon
22
23RPC::PlServer
24
25=head1 DESCRIPTION
26
27This bundle includes all that's needed to run PlRPC-Server and Client.
28
29