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.24 by root, Sat Apr 27 23:49:01 2013 UTC vs.
Revision 1.25 by root, Sun Apr 28 14:17:59 2013 UTC

309use AnyEvent; 309use AnyEvent;
310# explicit version on next line, as some cpan-testers test with the 0.1 version, 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. 311# ignoring dependencies, and this line will at least give a clear indication of that.
312use AnyEvent::Fork 0.6; # 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
313 313
314our $VERSION = 0.2; 314our $VERSION = 1.1;
315 315
316=item my $rpc = AnyEvent::Fork::RPC::run $fork, $function, [key => value...] 316=item my $rpc = AnyEvent::Fork::RPC::run $fork, $function, [key => value...]
317 317
318The traditional way to call it. But it is way cooler to call it in the 318The traditional way to call it. But it is way cooler to call it in the
319following way: 319following way:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines