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.22 by root, Tue Sep 30 17:12:34 2008 UTC vs.
Revision 1.23 by root, Thu Oct 30 09:57:00 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.8; 71our $VERSION = 4.802;
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