ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Handle.pm
(Generate patch)

Comparing Coro/Coro/Handle.pm (file contents):
Revision 1.88 by root, Fri Dec 11 18:32:23 2009 UTC vs.
Revision 1.89 by root, Sat Dec 12 01:30:26 2009 UTC

341sub EOF { 341sub EOF {
342 Carp::croak "Coro::Handle's don't support eof()"; 342 Carp::croak "Coro::Handle's don't support eof()";
343} 343}
344 344
345sub CLOSE { 345sub CLOSE {
346 my $fh = $_[0][0];
346 &cleanup; 347 &cleanup;
347 close $_[0][0] 348 close $fh
348} 349}
349 350
350sub DESTROY { 351sub DESTROY {
351 &cleanup; 352 &cleanup;
352} 353}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines