[carton] 108/472: notest is the default

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 2b1c87074aa9541b8d1b68976bdefd68010e38fc
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Thu Oct 13 12:56:43 2011 +0900

    notest is the default
---
 lib/Carton.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Carton.pm b/lib/Carton.pm
index 8399950..9456bbd 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -101,6 +101,7 @@ sub install_conservative {
     my $mirror = $self->config->get(key => 'cpanm.mirror') || $DefaultMirror;
 
     $self->run_cpanm(
+        "--notest",
         "--mirror", $mirror,
         "--mirror", "http://backpan.perl.org/", # fallback
         ( $mirror ne $DefaultMirror ? "--mirror-only" : () ),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list