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.67 by root, Tue Sep 30 17:12:35 2008 UTC vs.
Revision 1.68 by root, Thu Oct 30 09:57:01 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.8; 97 our $VERSION = 4.802;
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