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.62 by root, Mon Aug 8 22:00:17 2011 UTC vs.
Revision 1.63 by root, Fri Nov 11 20:22:09 2011 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 = 6.06; 70our $VERSION = 6.07;
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