[guest - Tue Mar 1 19:21:37 2005]:
Show quoted text> Using CPANPLUS::Backend with CPAN::YACSmoke - on Cygwin, interactive
> mode is not disabled. Modules such as XML::Twig wait for input.
You can disable this (ish -- provided the modules are well behaved and listen to
PERL_MM_USE_DEFAULT), by setting:
$cb->configure_object->set_conf( allow_build_interactivity => 1 );
or of course, set the environment variable directly