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.43 by root, Sat Aug 22 22:36:23 2009 UTC vs.
Revision 1.44 by root, Thu Oct 1 23:16:27 2009 UTC

56 56
57=cut 57=cut
58 58
59package Coro::AIO; 59package Coro::AIO;
60 60
61use strict qw(subs vars); 61use common::sense;
62 62
63use IO::AIO 3.1 (); 63use IO::AIO 3.1 ();
64use AnyEvent::AIO (); 64use AnyEvent::AIO ();
65 65
66use Coro (); 66use Coro ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines