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.36 by root, Sun Oct 29 01:57:18 2006 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.9;
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
191 }; 191 };
192} 192}
193 193
1941; 1941;
195 195
196=back
197
196=head1 AUTHOR 198=head1 AUTHOR
197 199
198 Marc Lehmann <schmorp@schmorp.de> 200 Marc Lehmann <schmorp@schmorp.de>
199 http://home.schmorp.de/ 201 http://home.schmorp.de/
200 202

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines