Subject: | Automated defaults in endless loop |
When being tested by CPAN Testers, the distribution is tested without
human intervention. As such the Makefile.PL request for a CSS URL goes
into an endless loop, as the the default for prompt when in
$ENV{AUTOMATED_TESTING}=1 mode is to simply hit return. Your Makefile.PL
expects a value when an empty string (accept the default) is returned.
Please update your code to ensure that if an empty string is returned it
is set to your default of 'None'.
I run CPAN Testing overnight, and came in this morning with several
thousand lines of the same question in the log file.
Thanks.