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.69 by root, Mon Nov 3 16:05:38 2008 UTC vs.
Revision 1.70 by root, Wed Nov 5 15:38:10 2008 UTC

92use base Exporter::; 92use base Exporter::;
93 93
94our @EXPORT = qw(loop unloop sweep); 94our @EXPORT = qw(loop unloop sweep);
95 95
96BEGIN { 96BEGIN {
97 our $VERSION = 4.803; 97 our $VERSION = 4.804;
98 98
99 local $^W = 0; # avoid redefine warning for Coro::ready; 99 local $^W = 0; # avoid redefine warning for Coro::ready;
100 XSLoader::load __PACKAGE__, $VERSION; 100 XSLoader::load __PACKAGE__, $VERSION;
101} 101}
102 102

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines