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.19 by root, Sat Mar 29 14:00:00 2003 UTC vs.
Revision 1.20 by root, Sat Mar 29 14:09:17 2003 UTC

21no warnings qw(uninitialized); 21no warnings qw(uninitialized);
22 22
23use Errno (); 23use Errno ();
24use base 'Exporter'; 24use base 'Exporter';
25 25
26$VERSION = 0.65; 26$VERSION = 0.651;
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines