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

Comparing Coro/Coro/Select.pm (file contents):
Revision 1.4 by root, Fri Apr 25 04:28:50 2008 UTC vs.
Revision 1.5 by root, Sun May 25 03:05:42 2008 UTC

39use Coro; 39use Coro;
40use AnyEvent; 40use AnyEvent;
41 41
42use base Exporter::; 42use base Exporter::;
43 43
44our $VERSION = 4.6; 44our $VERSION = 4.72;
45our @EXPORT_OK = "select"; 45our @EXPORT_OK = "select";
46 46
47sub import { 47sub import {
48 my $pkg = shift; 48 my $pkg = shift;
49 if (@_) { 49 if (@_) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines