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

Comparing AnyEvent-Fork/Fork.pm (file contents):
Revision 1.13 by root, Thu Apr 4 07:58:01 2013 UTC vs.
Revision 1.14 by root, Thu Apr 4 08:16:14 2013 UTC

300 undef $self->[3]; 300 undef $self->[3];
301 # invoke run callback 301 # invoke run callback
302 $self->[0]->($self->[1]) if $self->[0]; 302 $self->[0]->($self->[1]) if $self->[0];
303 } 303 }
304 }; 304 };
305
306 () # make sure we don't leak the watcher
305} 307}
306 308
307sub _new { 309sub _new {
308 my ($self, $fh) = @_; 310 my ($self, $fh) = @_;
309 311

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines