Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 41828
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: duncan_j_ferguson [...] yahoo.co.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 5.8000_04
Fixed in: (no value)



Subject: Errors not reported correct from Engine::HTTP
In Catalyst::Engine::HTTP when the socket is initially created: my $daemon = IO::Socket::INET->new( Listen => SOMAXCONN, LocalAddr => inet_ntoa($addr), LocalPort => $port, Proto => 'tcp', ReuseAddr => 1, Type => SOCK_STREAM, ) or die "Couldn't create daemon: $!"; if the die routine is invoked no reason is given as usage of $! is wrong - should be $@
Fixed in 5.80/trunk with r9195.