Skip Menu |

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

Report information
The Basics
Id: 44520
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Pod-Webserver

People
Owner: Nobody in particular
Requestors: Marek.Rouchal [...] gmx.net
Cc:
AdminCc:

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



The option parsing does not work (e.g. the -H option does not take an argument) - this is because of the whitespace in the option definition string. Changing the line in Webserver.pm to: Getopt::Std::getopts( "p:H:qvhV" => \%o ) || die "Aborting\n"; fixes this problem. Cheers, Marek
Fixed in V 3.06. V 3.07 is on CPAN. Thanx for the report.