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.83 by root, Sat Jun 20 07:16:31 2009 UTC vs.
Revision 1.84 by root, Tue Jun 23 23:40:06 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines