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.38 by root, Wed Jan 25 21:43:58 2006 UTC vs.
Revision 1.39 by root, Wed Feb 1 23:59:41 2006 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 = 1.8; 26$VERSION = 1.9;
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