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.24 by pcg, Sat Nov 15 03:53:10 2003 UTC vs.
Revision 1.25 by pcg, Fri Feb 13 23:17:41 2004 UTC

21BEGIN { eval { require warnings } && warnings->unimport ("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.9"; 26$VERSION = 0.95;
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