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.113 by root, Sat Oct 6 21:25:25 2012 UTC vs.
Revision 1.114 by root, Mon Oct 8 23:16:15 2012 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.09; 95 our $VERSION = "6.10";
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