Skip Menu |

This queue is for tickets about the Apache2-AuthenOpenID CPAN distribution.

Report information
The Basics
Id: 42042
Status: resolved
Worked: 50 min
Priority: 0/
Queue: Apache2-AuthenOpenID

People
Owner: danjou [...] mac.com
Requestors: MARKLE [...] cpan.org
Cc:
AdminCc:

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



Subject: test should require no input to skip httpd test
This can't be built with `dh-make-perl` in Debian because you require the user to type 'skip' to skip the tests. If you skip tests upon an empty input to that prompt, it should work. (`dh-make-perl` just hits return and accepts defaults - so it gets into a loop.)
Now you need set TEST_MOD_PERL to run Apache::Test tests. So normally skips them. Thank you.