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.85 by root, Tue Jun 30 08:28:55 2009 UTC vs.
Revision 1.86 by root, Mon Jul 6 03:42:29 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.15; 96 our $VERSION = 5.151;
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