Skip Menu |

This queue is for tickets about the Text-Restructured CPAN distribution.

Report information
The Basics
Id: 19863
Status: resolved
Estimated: 10 min
Worked: 10 min
Priority: 0/
Queue: Text-Restructured

People
Owner: nodine [...] cpan.org
Requestors: BARBIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.003_011
  • 0.003_012
Fixed in: 0.003_013



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.