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.105 by root, Sun Jul 3 10:51:42 2011 UTC vs.
Revision 1.106 by root, Wed Jul 13 02:36:03 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.01; 95 our $VERSION = 6.02;
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