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 8254efcd0a658979a5ed2daa28522747e4ff8529
Author: Kent Fredric <kentfred...@gmail.com>
Date:   Thu Oct 24 09:07:19 2013 +1300

    Force installing a custom DZP Git on master
---
 install_deps.pl | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/install_deps.pl b/install_deps.pl
index 8eaa4d3..ebc58ba 100644
--- a/install_deps.pl
+++ b/install_deps.pl
@@ -59,6 +59,14 @@ if ( env_is( 'TRAVIS_BRANCH', 'master' ) ) {
   cpanm( @params, 'Dist::Zilla', 'Capture::Tiny', 'Pod::Weaver' );
   cpanm( @params, '--dev',       'Dist::Zilla',   'Pod::Weaver' );
 
+  mkdir '/tmp';
+  my $cwd = chdir '/tmp';
+  safe_exec( 'git', 'clone', 'https://github.com/kentfredric/cpan-fixes.git' );
+  chdir '/tmp/cpan-fixes';
+  cpanm( @params, './Dist-Zilla-Plugin-Git-2.010.tar.gz' );
+
+  #cpanm( @params, './Dist-Zilla-Plugin-Prepender-1.132960.tar.gz' );
+  chdir $cwd;
   require Capture::Tiny;
   my $stdout = Capture::Tiny::capture_stdout(
     sub {

-- 
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