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.53 by root, Wed Oct 24 05:26:44 2007 UTC vs.
Revision 1.54 by root, Fri Apr 25 04:28:50 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines