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.12 by root, Mon Dec 23 19:30:36 2002 UTC vs.
Revision 1.13 by root, Sat Mar 22 18:50:32 2003 UTC

52@EXPORT = qw(loop unloop sweep reschedule); 52@EXPORT = qw(loop unloop sweep reschedule);
53 53
54BEGIN { 54BEGIN {
55 $VERSION = 0.6; 55 $VERSION = 0.6;
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}
61 61
62=item $w = Coro::Event->flavour(args...) 62=item $w = Coro::Event->flavour(args...)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines