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

--quiet #7

Open
Leont opened this issue Oct 27, 2013 · 2 comments
Open

--quiet #7

Leont opened this issue Oct 27, 2013 · 2 comments

Comments

@Leont
Copy link
Member

Leont commented Oct 27, 2013

Currently we have the --quiet option in the spec with a question mark behind it. I propose we drop it.

Firstly, having both verbose and quiet as separate entities is confusing,

Secondly, I don't see the use of it. What it currently does is in Module::Build

  • Make file copying quiet
  • Make fake installing quiet
  • Make ExtUtils::CBuilder quiet
  • Disable some informational output (e.g. "Building $distname\n"), unless verbose is also set.

It's not affecting TAP::Harness, despite that having lots of quietness levels.

I've often wanted a build to be more verbose, but I never wanted it to be more quiet. Maybe because CPAN clients can already make it quiet for me.

@karenetheridge
Copy link
Member

On Sun, Oct 27, 2013 at 05:47:07AM -0700, Leon Timmermans wrote:

Currently we have the --quiet option in the spec with a question mark behind it. I propose we drop it.

+1

@dagolden
Copy link

I agree. We should only have one of verbose or quiet. I think we should subtly encourage the default to be "quiet" so keeping "verbose" is better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants