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.25 by pcg, Fri Feb 13 23:17:41 2004 UTC vs.
Revision 1.26 by pcg, Thu May 13 16:12:17 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.95; 26$VERSION = 0.96;
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