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.133 by root, Fri Oct 16 23:41:58 2015 UTC vs.
Revision 1.134 by root, Fri Oct 16 23:42:56 2015 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.47; 95 our $VERSION = 6.49;
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