Skip Menu |

This queue is for tickets about the CPAN-Mini-Webserver CPAN distribution.

Report information
The Basics
Id: 38489
Status: resolved
Priority: 0/
Queue: CPAN-Mini-Webserver

People
Owner: Nobody in particular
Requestors: martijn [...] cpan.org
Cc:
AdminCc:

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



Subject: [PATCH] don't hardcode host and port
Date: Thu, 14 Aug 2008 20:54:10 +0200
To: bug-CPAN-Mini-Webserver [...] rt.cpan.org
From: Martijn van Beers <MARTIJN [...] cpan.org>
Instead of hardcoding the host and port, get them from CGI and HTTP::Server::Simple respectively. --- lib/CPAN/Mini/Webserver.pm | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-)

Message body is not shown because sender requested not to inline it.

On Thu Aug 14 14:54:32 2008, MARTIJN wrote: Show quoted text
> Instead of hardcoding the host and port, get them from CGI and > HTTP::Server::Simple respectively. > --- > lib/CPAN/Mini/Webserver.pm | 14 +++++++++++--- > 1 files changed, 11 insertions(+), 3 deletions(-)
Applied in SVN head.
Thanks, in the release.