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

76 76
77=cut 77=cut
78 78
79package Coro::Event; 79package Coro::Event;
80 80
81no warnings; 81use common::sense;
82 82
83use Carp; 83use Carp;
84no warnings;
85 84
86use Coro; 85use Coro;
87use Event qw(loop unloop); # we are re-exporting this for historical reasons 86use Event qw(loop unloop); # we are re-exporting this for historical reasons
88 87
89use XSLoader; 88use XSLoader;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines