Subject: | mod_perl 2.0 Makefile.PL enters infinite loop when run unattended |
The mod_perl 2 Makefile.PL enters an infinite loop when it is run unattended and cannot locate Apache. This is bad. The Makefile.PL should test if it runs unattended and stop if it cannot find Apache instead of running an infinite loop of prompt() calls.
I hope you fix this really soon, because it constantly breaks my CPAN smoke testing.