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.27 by root, Thu Mar 3 17:20:31 2005 UTC vs.
Revision 1.28 by root, Sat Aug 20 01:09:19 2005 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 = 1.11; 55 $VERSION = 1.3;
56 56
57 local $^W = 0; # avoid redefine warning for Coro::ready; 57 local $^W = 0; # avoid redefine warning for Coro::ready;
58 58
59 require DynaLoader; 59 require DynaLoader;
60 push @ISA, 'DynaLoader'; 60 push @ISA, 'DynaLoader';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines