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.76 by root, Tue Mar 4 12:32:02 2014 UTC vs.
Revision 1.77 by root, Sun Jun 1 19:55:42 2014 UTC

67use Coro (); 67use Coro ();
68use Coro::AnyEvent (); 68use Coro::AnyEvent ();
69 69
70use base Exporter::; 70use base Exporter::;
71 71
72our $VERSION = 6.37; 72our $VERSION = 6.38;
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