Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 72095
Status: open
Worked: 10 min
Priority: 0/
Queue: CPANPLUS

People
Owner: BINGOS [...] cpan.org
Requestors: vendion [...] gmail.com
Cc:
AdminCc:

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



Subject: Modules that have prompts during install do not build
Date: Tue, 1 Nov 2011 13:59:58 -0400
To: bug-cpanplus [...] rt.cpan.org
From: Adam Jimerson <vendion [...] gmail.com>
Perl: 5.14.2 CPANPLUS: v0.9111 When building a module that has a prompt during the install process, for example Data::Dump::Streamer, the build process just sits there because the prompt is never displayed to the user making it look like the module won't build. This behavior works in the main CPAN client though.
On Tue Nov 01 14:00:08 2011, vendion wrote: Show quoted text
> Perl: 5.14.2 > CPANPLUS: v0.9111 > > When building a module that has a prompt during the install process, for > example Data::Dump::Streamer, the build process just sits there
because the Show quoted text
> prompt is never displayed to the user making it look like the module won't > build. This behavior works in the main CPAN client though.
You probably need to set the 'verbose' option to 1 in your configuration to see these. s conf verbose 1; s save