[libdist-zilla-role-bootstrap-perl] 15/101: Dont pull in --dev unless DEVELOPER_DEPS on master

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 11:58:31 UTC 2015


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

abe pushed a commit to annotated tag 0.2.2-source
in repository libdist-zilla-role-bootstrap-perl.

commit 5fc9efaa308f25382cdbc4f02821b95b47b5d9f4
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Thu Oct 24 05:46:49 2013 +1300

    Dont pull in --dev unless DEVELOPER_DEPS on master
---
 install_deps.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_deps.pl b/install_deps.pl
index ecded51..5211575 100644
--- a/install_deps.pl
+++ b/install_deps.pl
@@ -32,7 +32,7 @@ if ( not env_exists('TRAVIS') ) {
 }
 
 my (@params) = qw[ --quiet --notest --mirror http://cpan.metacpan.org/ --no-man-pages ];
-if ( env_true('DEVELOPER_DEPS') or env_is( 'TRAVIS_BRANCH', 'master' ) ) {
+if ( env_true('DEVELOPER_DEPS') ) {
   push @params, '--dev';
 }
 if ( env_is( 'TRAVIS_BRANCH', 'master' ) ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git



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