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.46 by root, Fri Oct 2 19:55:59 2009 UTC vs.
Revision 1.47 by root, Fri Dec 11 18:32:23 2009 UTC

65use AnyEvent 4.800001 (); 65use AnyEvent 4.800001 ();
66use Coro::AnyEvent (); 66use Coro::AnyEvent ();
67 67
68use base Exporter::; 68use base Exporter::;
69 69
70our $VERSION = 5.2; 70our $VERSION = 5.21;
71our @EXPORT_OK = "select"; 71our @EXPORT_OK = "select";
72 72
73sub import { 73sub import {
74 my $pkg = shift; 74 my $pkg = shift;
75 if (@_) { 75 if (@_) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines