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.43 by root, Thu Jun 5 16:28:48 2008 UTC vs.
Revision 1.44 by root, Thu Jun 5 18:30:08 2008 UTC

32use base 'Exporter'; 32use base 'Exporter';
33 33
34our @EXPORT = qw(fh_nonblocking guard fork_call portable_pipe); 34our @EXPORT = qw(fh_nonblocking guard fork_call portable_pipe);
35our @EXPORT_OK = qw(AF_INET6 WSAEWOULDBLOCK WSAEINPROGRESS WSAEINVAL WSAWOULDBLOCK); 35our @EXPORT_OK = qw(AF_INET6 WSAEWOULDBLOCK WSAEINPROGRESS WSAEINVAL WSAWOULDBLOCK);
36 36
37our $VERSION = 4.13; 37our $VERSION = 4.14;
38 38
39BEGIN { 39BEGIN {
40 my $posix = 1 * eval { local $SIG{__DIE__}; require POSIX }; 40 my $posix = 1 * eval { local $SIG{__DIE__}; require POSIX };
41 eval "sub POSIX() { $posix }"; 41 eval "sub POSIX() { $posix }";
42} 42}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines