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 76123d3fd5ce803180d124769d4b6d8beef30e09
Author: Kent Fredric <kentfred...@gmail.com>
Date:   Wed Oct 30 23:30:39 2013 +1300

    Pin to dzil 5.001 till 5.002 gets fixed
---
 install_deps.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_deps.pl b/install_deps.pl
index 83b4e61..d6be947 100644
--- a/install_deps.pl
+++ b/install_deps.pl
@@ -25,7 +25,7 @@ if ( env_true('DEVELOPER_DEPS') ) {
 }
 if ( env_is( 'TRAVIS_BRANCH', 'master' ) ) {
   cpanm( @params, 'Dist::Zilla', 'Capture::Tiny', 'Pod::Weaver' );
-  cpanm( @params, '--dev',       'Dist::Zilla',   'Pod::Weaver' );
+  cpanm( @params, '--dev',       'Dist::Zilla~<5.002',   'Pod::Weaver' );
   safe_exec( 'git', 'config', '--global', 'user.email', 
'kentfredric+travi...@gmail.com' );
   safe_exec( 'git', 'config', '--global', 'user.name',  'Travis CI ( On behalf 
of Kent Fredric )' );
 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to