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

Comparing Coro/Coro/Event.pm (file contents):
Revision 1.13 by root, Mon Jul 23 22:09:39 2001 UTC vs.
Revision 1.14 by root, Wed Jul 25 04:14:37 2001 UTC

49 49
50use base 'Exporter'; 50use base 'Exporter';
51 51
52@EXPORT = qw(loop unloop sweep); 52@EXPORT = qw(loop unloop sweep);
53 53
54$VERSION = 0.10; 54$VERSION = 0.12;
55 55
56=item $w = Coro::Event->flavour(args...) 56=item $w = Coro::Event->flavour(args...)
57 57
58Create and return a watcher of the given type. 58Create and return a watcher of the given type.
59 59

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines