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.16 by root, Thu May 8 00:55:30 2003 UTC vs.
Revision 1.17 by root, Tue May 27 01:15:31 2003 UTC

50use base 'Exporter'; 50use base 'Exporter';
51 51
52@EXPORT = qw(loop unloop sweep reschedule); 52@EXPORT = qw(loop unloop sweep reschedule);
53 53
54BEGIN { 54BEGIN {
55 $VERSION = 0.652; 55 $VERSION = 0.7;
56 56
57 local $^W = 0; # avoid redefine warning for Coro::ready; 57 local $^W = 0; # avoid redefine warning for Coro::ready;
58 require XSLoader; 58 require XSLoader;
59 XSLoader::load Coro::Event, $VERSION; 59 XSLoader::load Coro::Event, $VERSION;
60} 60}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines