Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Git CPAN distribution.

Report information
The Basics
Id: 86251
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-Git

People
Owner: cjm [...] cpan.org
Requestors: zakame [...] cpan.org
Cc: gregoa [...] cpan.org
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.013
Fixed in: 2.014



Subject: Test fails in t/version-by-branch.t
Can't install due to test failure. See attached .cpanm/build.log. I suspect it is because I'm using a recent Git version (1.8.3) on Slackware-current.
Subject: build.log

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #86251] AutoReply: Test fails in t/version-by-branch.t
Date: Wed, 19 Jun 2013 15:29:11 +0800
To: bug-Dist-Zilla-Plugin-Git [...] rt.cpan.org
From: Zak Elep <zakame [...] zakame.net>
I can somewhat confirm this is likely a Git version bug. The module installs on my older Slackware-14.0 with git version 1.7.12.1. Cheers, Zakame -- Zak B. Elep || zakame.net 1486 7957 454D E529 E4F1 F75E 5787 B1FD FA53 851D
I finally found time to track this down, and it's definitely caused by recent Git versions. Despite being listed as a plumbing command, the output of rev-list changed somewhere between 1.7.12.1 and 1.8.3. That change broke the version_by_branch = 1 behavior of Git::NextVersion. I'll have a fix out shortly. Thanks for reporting it.