ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Util.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Util.pm (file contents):
Revision 1.26 by root, Sun May 25 01:05:27 2008 UTC vs.
Revision 1.27 by root, Sun May 25 01:10:54 2008 UTC

50 eval "sub WSAEAGAIN() { -1e99 }"; # should never match any errno value 50 eval "sub WSAEAGAIN() { -1e99 }"; # should never match any errno value
51 } 51 }
52} 52}
53 53
54our @EXPORT = qw(fh_nonblocking guard); 54our @EXPORT = qw(fh_nonblocking guard);
55our @EXPORT_OK = qw(AF_INET6 WSAEAGAIN);
55 56
56our $VERSION = '1.0'; 57our $VERSION = '1.0';
57 58
58our $MAXPARALLEL = 16; # max. number of parallel jobs 59our $MAXPARALLEL = 16; # max. number of parallel jobs
59 60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines