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.108 by root, Wed Aug 3 14:52:20 2011 UTC vs.
Revision 1.109 by root, Thu Aug 4 19:38:00 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines