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.96 by root, Sun Dec 16 10:06:35 2018 UTC vs.
Revision 1.97 by root, Fri Jul 19 15:29:46 2019 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.54; 70our $VERSION = 6.55;
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