[Module::Build] Re: [Module-build-checkins] [svn:Module-Build] r5978 - Module-Build/trunk/t
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <ml...@th...> - 2006-04-28 03:09:42
|
kwi...@cv... wrote: > Author: kwilliams > Date: Thu Apr 27 19:44:46 2006 > New Revision: 5978 > > Modified: > Module-Build/trunk/t/extend.t > > Log: > Unless I've overlooked a previous decision, prompt() should die > (rather than hang) when called in an unattended context with no > default. That's probably right. prompt() has always, AFAIK, used the empty string '' as a default when unattended. I think this is the behavior of MakeMaker also. The tests there were just to codify the existing behavior. However, I believe that your correct in that if it is running unattended and there is no default it should throw an error. Randy. |