ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Event/Event.pm
(Generate patch)

Comparing Coro/Event/Event.pm (file contents):
Revision 1.54 by root, Fri Apr 25 04:28:50 2008 UTC vs.
Revision 1.55 by root, Fri May 9 22:04:37 2008 UTC

83 83
84use Carp; 84use Carp;
85no warnings; 85no warnings;
86 86
87use Coro; 87use Coro;
88use Coro::Timer;
89use Event qw(loop unloop); # we are re-exporting this, cooool! 88use Event qw(loop unloop); # we are re-exporting this, cooool!
90 89
91use XSLoader; 90use XSLoader;
92 91
93use base Exporter::; 92use base Exporter::;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines