Skip Menu |

This queue is for tickets about the IO-Socket-SSL CPAN distribution.

Report information
The Basics
Id: 131865
Status: resolved
Priority: 0/
Queue: IO-Socket-SSL

People
Owner: Nobody in particular
Requestors: bram-pcna [...] mail.wizbit.be
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Typo in "Using Non-Blocking Sockets" example
Hi, I believe the example code in "Using Non-Blocking Sockets" contains a typo. Line 691 contains: die $! if not ${EWOULDBLOCK}; I believe this should be: die $! if not $!{EWOULDBLOCK}; Bram
Am Di 18. Feb 2020, 17:30:39, bram-pcna@mail.wizbit.be schrieb: Show quoted text
> Hi, > > > I believe the example code in "Using Non-Blocking Sockets" contains a typo. > Line 691 contains: > die $! if not ${EWOULDBLOCK}; > > I believe this should be: > die $! if not $!{EWOULDBLOCK}; > > > Bram
Thank you for this report. I've fixed the problem in https://github.com/noxxi/p5-io-socket-ssl/commit/82e3f11c89105ec2f26b083fcefead1100655d77