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.33 by root, Tue Aug 30 21:32:17 2005 UTC vs.
Revision 1.34 by root, Tue Nov 29 12:36:18 2005 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.31; 26$VERSION = 1.5;
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