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.90 by root, Thu Aug 13 02:54:32 2009 UTC vs.
Revision 1.91 by root, Sat Aug 22 22:36:23 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.162; 96 our $VERSION = 5.17;
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