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.39 by root, Mon Jul 6 03:42:29 2009 UTC vs.
Revision 1.40 by root, Mon Jul 20 23:46:28 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines