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.33 by root, Mon Mar 16 22:22:12 2009 UTC vs.
Revision 1.34 by root, Fri May 29 07:01:18 2009 UTC

56use AnyEvent (); 56use AnyEvent ();
57use Coro::AnyEvent (); 57use Coro::AnyEvent ();
58 58
59use base Exporter::; 59use base Exporter::;
60 60
61our $VERSION = 5.131; 61our $VERSION = 5.132;
62our @EXPORT_OK = "select"; 62our @EXPORT_OK = "select";
63 63
64sub import { 64sub import {
65 my $pkg = shift; 65 my $pkg = shift;
66 if (@_) { 66 if (@_) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines