ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Cont.pm
(Generate patch)

Comparing Coro/Coro/Cont.pm (file contents):
Revision 1.44 by root, Mon Dec 12 20:31:23 2005 UTC vs.
Revision 1.45 by root, Mon Dec 26 18:48:11 2005 UTC

37 37
38use vars qw($return); 38use vars qw($return);
39 39
40use base 'Exporter'; 40use base 'Exporter';
41 41
42$VERSION = 1.6; 42$VERSION = 1.7;
43@EXPORT = qw(csub yield); 43@EXPORT = qw(csub yield);
44 44
45{ 45{
46 my @csub; 46 my @csub;
47 47

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines