From 863613e84bdf7ed62f13f39554245ee88bd511b9 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 10 May 2016 10:30:02 -0400 Subject: [PATCH] nit: include --skip-satisfied and --quiet for checksetup cpanm helper. --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checksetup.pl b/checksetup.pl index 1b82d1f5f2..e6061b3922 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -73,8 +73,8 @@ if (defined $switch{cpanm}) { elsif ($feature eq 'default') { unshift @features, split(/\s+/, $default); } - elsif ($feature eq 'notest') { - push @cpanm_args, '--notest'; + elsif ($feature eq 'notest' || $feature eq 'skip-satisfied' || $feature eq 'quiet') { + push @cpanm_args, "--$feature"; } elsif ($feature =~ /^-(.+)$/) { push @cpanm_args, "--without-feature=$1"; -- 2.47.2