Skip Menu |

This queue is for tickets about the HTTP-Server-Simple CPAN distribution.

Report information
The Basics
Id: 15606
Status: resolved
Priority: 0/
Queue: HTTP-Server-Simple

People
Owner: Nobody in particular
Requestors: jose_mico [...] hotmail.com
Cc:
AdminCc:

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



Subject: No SIGHUP signal under Win32
HTTP::Server::Simple 0.15 throw an error under Windows 2000/98: No such signal: SIGHUP at lib/HTTP/Server/Simple.pm line 200, <DATA> line 11 I solved this as follow, ignoring SIGHUP at line 200 as this signal does not exists: line 183 local $SIG{HUP} = sub { ... line 200 } if exists $SIG{'HUP'};
Date: Mon, 7 Nov 2005 14:42:51 -0500
From: jesse <jesse [...] fsck.com>
To: Guest via RT <bug-HTTP-Server-Simple [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #15606] No SIGHUP signal under Win32
RT-Send-Cc:
Thanks! Fixed! 0.16 is winging its way to cpan right this moment.