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

abe pushed a commit to annotated tag 0.34
in repository libdist-zilla-plugin-githubmeta-perl.

commit 12957cd7f8868e44b4981663580c3c515bf8f26c
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Mon Sep 2 10:18:21 2013 +0100

    Report the version of git being used in the test output
---
 dist.ini  | 2 +-
 t/basic.t | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dist.ini b/dist.ini
index a51894d..4a77730 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name = Dist-Zilla-Plugin-GithubMeta
-version = 0.32
+version = 0.34
 author = Chris Williams <ch...@bingosnet.co.uk>
 author = Ricardo SIGNES <r...@cpan.org>
 license = Perl_5
diff --git a/t/basic.t b/t/basic.t
index be1a30e..0e3d25c 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -9,6 +9,11 @@ unless ( can_run('git') ) {
   exit 0;
 }
 
+{
+  my ($gitver) = `git version`;
+  diag("Using $gitver");
+}
+
 use lib 't/lib';
 
 use Test::Deep qw(all ignore superhashof);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-githubmeta-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