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.31 by root, Mon Dec 12 17:49:07 2005 UTC vs.
Revision 1.32 by root, Mon Dec 12 20:31:23 2005 UTC

53use base Exporter::; 53use base Exporter::;
54 54
55our @EXPORT = qw(loop unloop sweep reschedule); 55our @EXPORT = qw(loop unloop sweep reschedule);
56 56
57BEGIN { 57BEGIN {
58 our $VERSION = 1.51; 58 our $VERSION = 1.6;
59 59
60 local $^W = 0; # avoid redefine warning for Coro::ready; 60 local $^W = 0; # avoid redefine warning for Coro::ready;
61 XSLoader::load __PACKAGE__, $VERSION; 61 XSLoader::load __PACKAGE__, $VERSION;
62} 62}
63 63

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines