ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Event/Select.pm
(Generate patch)

Comparing Coro/Event/Select.pm (file contents):
Revision 1.6 by root, Mon Dec 12 17:49:07 2005 UTC vs.
Revision 1.7 by root, Mon Dec 12 20:31:23 2005 UTC

33use Coro; 33use Coro;
34use Coro::Event; 34use Coro::Event;
35 35
36use base Exporter::; 36use base Exporter::;
37 37
38our $VERSION = 1.51; 38our $VERSION = 1.6;
39our @EXPORT_OK = "select"; 39our @EXPORT_OK = "select";
40 40
41sub import { 41sub import {
42 my $pkg = shift; 42 my $pkg = shift;
43 if (@_) { 43 if (@_) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines