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.22 by root, Tue May 27 01:15:31 2003 UTC vs.
Revision 1.23 by pcg, Wed Nov 5 20:02:47 2003 UTC

16 16
17=cut 17=cut
18 18
19package Coro::Handle; 19package Coro::Handle;
20 20
21no warnings qw(uninitialized); 21BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") }
22 22
23use Errno (); 23use Errno ();
24use base 'Exporter'; 24use base 'Exporter';
25 25
26$VERSION = 0.7; 26$VERSION = 0.8;
27 27
28@EXPORT = qw(unblock); 28@EXPORT = qw(unblock);
29 29
30=item $fh = new_from_fh Coro::Handle $fhandle [, arg => value...] 30=item $fh = new_from_fh Coro::Handle $fhandle [, arg => value...]
31 31
166 tied(${$_[0]})->[3]; 166 tied(${$_[0]})->[3];
167} 167}
168 168
169package Coro::Handle::FH; 169package Coro::Handle::FH;
170 170
171no warnings qw(uninitialized); 171BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") }
172 172
173use Fcntl (); 173use Fcntl ();
174use Errno (); 174use Errno ();
175use Carp 'croak'; 175use Carp 'croak';
176 176

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines