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.89 by root, Sun Jun 26 21:46:03 2016 UTC vs.
Revision 1.90 by root, Fri Jul 14 03:03:56 2017 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.511; 70our $VERSION = 6.512;
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