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

Comparing Coro/Event/Handle.pm (file contents):
Revision 1.41 by root, Sat Nov 4 01:31:57 2006 UTC vs.
Revision 1.42 by root, Sun Nov 5 02:01:24 2006 UTC

162 (tied ${$_[0]})->[0]; 162 (tied ${$_[0]})->[0];
163} 163}
164 164
165sub rbuf : lvalue { 165sub rbuf : lvalue {
166 (tied ${$_[0]})->[3]; 166 (tied ${$_[0]})->[3];
167}
168
169sub DESTROY {
170 # nop
167} 171}
168 172
169sub AUTOLOAD { 173sub AUTOLOAD {
170 my $self = tied ${$_[0]}; 174 my $self = tied ${$_[0]};
171 175

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines