Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-cpanminus CPAN distribution.

Report information
The Basics
Id: 70041
Status: resolved
Priority: 0/
Queue: App-cpanminus

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



Subject: cpanm -v alters environment
I dislike the quiet mode, so I run everything through cpanm -v. However this piece of code [1], automatically unsets the defaults even if all I want is to see the scrolling output with the answers done for me. ENOTNICE. [1] https://github.com/miyagawa/cpanminus/blob/master/lib/App/cpanminus/script.pm#L750
Try --verbose --no-interactive - it should do what you want.