[libmoosex-has-sugar-perl] 30/120: Dont pull in --dev unless DEVELOPER_DEPS on master

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:35:07 UTC 2014


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

intrigeri pushed a commit to annotated tag 0.05070422-source
in repository libmoosex-has-sugar-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/libmoosex-has-sugar-perl.git



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