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.140 by root, Thu Aug 31 16:28:49 2017 UTC vs.
Revision 1.141 by root, Tue Aug 14 16:51:39 2018 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.514; 95 our $VERSION = 6.52;
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