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.8 by root, Mon Dec 26 18:48:11 2005 UTC vs.
Revision 1.9 by root, Wed Jan 25 21:43:58 2006 UTC

33use Coro; 33use Coro;
34use Coro::Event; 34use Coro::Event;
35 35
36use base Exporter::; 36use base Exporter::;
37 37
38our $VERSION = 1.7; 38our $VERSION = 1.8;
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