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

Comparing Coro/Event/Select.pm (file contents):
Revision 1.2 by root, Sat Aug 20 01:09:19 2005 UTC vs.
Revision 1.3 by root, Tue Aug 30 21:32:17 2005 UTC

28use base Exporter; 28use base Exporter;
29 29
30use Coro; 30use Coro;
31use Event; 31use Event;
32 32
33$VERSION = 1.3; 33$VERSION = 1.31;
34 34
35BEGIN { 35BEGIN {
36 @EXPORT_OK = qw(select); 36 @EXPORT_OK = qw(select);
37} 37}
38 38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines