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.24 by root, Mon Nov 3 16:05:37 2008 UTC vs.
Revision 1.25 by root, Wed Nov 5 15:38:10 2008 UTC

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