On Thu, 5 Jun 2003, [iso-8859-1] Andrew Savige wrote:
> While a standard name is not required, having one would allow
> automated CPAN test harnesses to run the longer tests.
While we're on it, it'd be nice to have a standard enviromental variable
that turned off all interactivty. Make the module accept all it's
defaults, skip tests where it requires an interactive question...etc.
I know this is covered to a certain extent by prompt() being
semi-inteligent, but it'd be nice if I could override all cases (even in
test suites) where questions are asked, and I could be sure that my
install script won't fail unless a test actually fails.
Mark.
--
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};