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.47 by root, Wed Jan 24 16:22:08 2007 UTC vs.
Revision 1.48 by root, Wed Jan 24 16:24:21 2007 UTC

88use base Exporter::; 88use base Exporter::;
89 89
90our @EXPORT = qw(loop unloop sweep); 90our @EXPORT = qw(loop unloop sweep);
91 91
92BEGIN { 92BEGIN {
93 our $VERSION = '2.0'; 93 our $VERSION = '2.1';
94 94
95 local $^W = 0; # avoid redefine warning for Coro::ready; 95 local $^W = 0; # avoid redefine warning for Coro::ready;
96 XSLoader::load __PACKAGE__, $VERSION; 96 XSLoader::load __PACKAGE__, $VERSION;
97} 97}
98 98

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines