Show quoted text>>>>> On Tue, 09 Oct 2007 06:37:07 -0400, "Mark Overmeer via RT" <bug-CPAN@rt.cpan.org> said:
Show quoted text > Tue Oct 09 06:37:01 2007: Request 29863 was acted upon.
> Transaction: Ticket created by MARKOV
> Queue: CPAN
> Subject: output too verbose
> Broken in: 1.9203
> Severity: Wishlist
> Owner: Nobody
> Requestors: MARKOV@cpan.org
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=29863 >
Show quoted text > I really would like CPAN.pm to be much less verbose. The purpose of
> feedback to the user, is that they see when things go wrong (or right).
> The output of CPAN.pm is so verbose (by default only?) that it is
> impossible for people to understand what is happening.
I have already started working on that. Currently only two options
exist for tuning verbosity:
cpan[1]> o conf init /verbosity/
When CPAN.pm uses the tar command, which switch for the verbosity
shall be used? Choose 'none' for quiet operation, 'v' for file
name listing, 'vv' for full listing.
<tar_verbosity>
Tar command verbosity level (none or v or vv)? [none]
When CPAN.pm loads a module it needs for some optional feature, it
usually reports about module name and version. Choose 'v' to get this
message, 'none' to suppress it.
<load_module_verbosity>
Verbosity level for loading modules (none or v)? [v]
I admit it is not much but it shows where I'm trying to go.
Show quoted text > My request is especially focused on messages like
> 'YAML' not installed, falling back to Data::Dumper and Storable to
> read prefs '/root/.cpan/prefs'
This example is tough in that it is a very important error message for
users of distroprefs.
I just checked in a variant that will not bother you with this message
if you have no distroprefs configured. Thanks for this suggestion.
Show quoted text > Iff there is a good fallback, then why bother the user with this remark
> which is only understandable by Perl die-hards?
It is not a good fallback. It is usually a bad fallback but the best
fallback we can provide. People must take extra care in this
situation. Better working suggestions welcome.
Show quoted text > My wish: please create an output-log in a file, and only show the user
> whether an installation was completed successfully or not, with a pointer
> to the (temporary) log.
This will probably be possible in cooperation with CPAN::Reporter.
I've openend a separate ticket
(
http://rt.cpan.org/Ticket/Display.html?id=29941) for this.
Thanks,
--
andreas