ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/AIO.pm
(Generate patch)

Comparing Coro/Coro/AIO.pm (file contents):
Revision 1.72 by root, Wed May 8 00:55:40 2013 UTC vs.
Revision 1.73 by root, Thu May 9 05:40:13 2013 UTC

67use Coro (); 67use Coro ();
68use Coro::AnyEvent (); 68use Coro::AnyEvent ();
69 69
70use base Exporter::; 70use base Exporter::;
71 71
72our $VERSION = 6.29; 72our $VERSION = 6.31;
73 73
74our @EXPORT = (@IO::AIO::EXPORT, qw(aio_wait)); 74our @EXPORT = (@IO::AIO::EXPORT, qw(aio_wait));
75our @EXPORT_OK = @IO::AIO::EXPORT_OK; 75our @EXPORT_OK = @IO::AIO::EXPORT_OK;
76our $AUTOLOAD; 76our $AUTOLOAD;
77 77

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines