Skip Menu |

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

Report information
The Basics
Id: 91992
Status: rejected
Priority: 0/
Queue: App-cpanminus-reporter

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

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



Subject: -v warning is out of date/inaccurate
"To send test reports, please make sure *NOT* to pass '-v' to cpanm or your build.log will contain no output to send." is issued when using cpanm -v. However, newer versions of cpanm write to the build.log with -v -- so I'd suggest looking in the build.log first for relevant output before issuing that warning.
On Thu Jan 09 13:30:23 2014, ETHER wrote: Show quoted text
> "To send test reports, please make sure *NOT* to pass '-v' to cpanm or > your build.log will contain no output to send." is issued when using > cpanm -v. However, newer versions of cpanm write to the build.log with > -v -- so I'd suggest looking in the build.log first for relevant > output before issuing that warning.
Hi Karen! Thing is, I *do* look in the build.log first for relevant output :) That message is in fact only shown when the test output (i.e. the lines on build.log between "Building and testing FOO" and "-> OK") has only two lines or less, which indicates that '-v' was likely used on cpanm. I too want 'cpanm -v' to do a full logging on build.log, but it's a not-so-trivial patch and Miyagawa is likely waiting for someone to send a pull request for that. The way cpanm-reporter's parser works, the issue should be fixed automatically the minute an updated version of cpanm is released. Until then, the issue is still open on github: https://github.com/miyagawa/cpanminus/issues/253