Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 11710
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.053
Fixed in: (no value)



Subject: Cannot disable interactive mode in Cygwin
Using CPANPLUS::Backend with CPAN::YACSmoke - on Cygwin, interactive mode is not disabled. Modules such as XML::Twig wait for input.
[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