ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork-RPC/RPC.pm
(Generate patch)

Comparing AnyEvent-Fork-RPC/RPC.pm (file contents):
Revision 1.22 by root, Sun Apr 21 12:27:03 2013 UTC vs.
Revision 1.23 by root, Mon Apr 22 20:05:03 2013 UTC

305 305
306use Errno (); 306use Errno ();
307use Guard (); 307use Guard ();
308 308
309use AnyEvent; 309use AnyEvent;
310# explicit version on next line, as some cpan-testers test with the 0.1 version,
311# ignoring dependencies, and this line will at least give a clear indication of that.
310use AnyEvent::Fork; # we don't actually depend on it, this is for convenience 312use AnyEvent::Fork 0.6; # we don't actually depend on it, this is for convenience
311 313
312our $VERSION = 0.2; 314our $VERSION = 0.2;
313 315
314=item my $rpc = AnyEvent::Fork::RPC::run $fork, $function, [key => value...] 316=item my $rpc = AnyEvent::Fork::RPC::run $fork, $function, [key => value...]
315 317

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines