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.34 by root, Wed Jan 25 21:43:58 2006 UTC vs.
Revision 1.35 by root, Wed Feb 1 23:59:41 2006 UTC

53use base Exporter::; 53use base Exporter::;
54 54
55our @EXPORT = qw(loop unloop sweep reschedule); 55our @EXPORT = qw(loop unloop sweep reschedule);
56 56
57BEGIN { 57BEGIN {
58 our $VERSION = 1.8; 58 our $VERSION = 1.9;
59 59
60 local $^W = 0; # avoid redefine warning for Coro::ready; 60 local $^W = 0; # avoid redefine warning for Coro::ready;
61 XSLoader::load __PACKAGE__, $VERSION; 61 XSLoader::load __PACKAGE__, $VERSION;
62} 62}
63 63

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines