PlRPC

 view release on metacpan or  search on metacpan

t/base.t  view on Meta::CPAN


use strict;

print "1..3\n";
my $ok = require RPC::PlServer::Comm;
printf("%sok 1\n", ($ok ? "" : "not "));
$ok = require RPC::PlServer;
printf("%sok 2\n", ($ok ? "" : "not "));
$ok = require RPC::PlClient;
printf("%sok 3\n", ($ok ? "" : "not "));



( run in 0.767 second using v1.01-cache-2.11-cpan-0d8aa00de5b )