Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output interesting cpanm flags (closes #495) #496

Closed
wants to merge 3 commits into from

Conversation

garu
Copy link
Contributor

@garu garu commented Apr 24, 2016

Hi!

This is a small patch to display the most important cpanm running flags to the output (either STDOUT or build.log), right after the main header. This should fix #495 and help people debug their installations, specially since there are so many different tools relying on potentially different runs of cpanm (e.g. carton).

If everything goes as expected, no one will even see it. But if you're skimming through your build.log output, it's probably because something didn't go as expected, so I think it'd be good to see at least how that run was made by cpanm.

Of course, if you merge this, please feel more than welcome to change the text formatting and what options get logged. I just put the ones I thought would be interesting :)

Thanks again for the incredible work!

garu added 3 commits July 16, 2013 03:29
This patch makes CPAN Testers reporting seamless to cpanm users
with App::cpanminus::reporter installed. It will conform to
the server API via the common client, handle any supported
transport mechanism and even setup a profile for new users.

Since all a user needs to start sending reports is install
App::cpanminus::reporter 0.10 or later, the patch also provides
a '--skip-report' option for cpanm to opt-out from sending any
reports.
@garu
Copy link
Contributor Author

garu commented Apr 24, 2016

@miyagawa ummm... I messed up the patch, sorry. Let me close this one and open a new one :(

@garu garu closed this Apr 24, 2016
@garu garu deleted the garu/cpanm-options-output branch April 24, 2016 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Log the options cpanminus is run with
1 participant