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.26 by root, Tue Feb 22 19:51:58 2005 UTC vs.
Revision 1.27 by root, Thu Mar 3 17:20:31 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.1; 55 $VERSION = 1.11;
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';
193 193
1941; 1941;
195 195
196=head1 AUTHOR 196=head1 AUTHOR
197 197
198 Marc Lehmann <pcg@goof.com> 198 Marc Lehmann <schmorp@schmorp.de>
199 http://home.schmorp.de/ 199 http://home.schmorp.de/
200 200
201=cut 201=cut
202 202

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines