From: Tomas Doran Date: Wed, 2 Jun 2010 23:24:52 +0000 (+0100) Subject: Version 0.001008 X-Git-Tag: 0.001008 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a1234952f4850368d7f69ac72015c239f296dd1;p=catagits%2FGitalist.git Version 0.001008 --- diff --git a/Changes b/Changes index 00263b1..7fa45d9 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,15 @@ This file documents the revision history for Perl extension Gitalist. +0.001008 2010-06-03 - Add a requires_external_bin for the git command so we won't try running tests unless it's present. - Remove MooseX::MultiMethods as it has been broken by a recent Moose change. The new code is smaller and will be faster. + - Add diagnostics to the tests to print out the version of git that + people are using. + - Make tests which commonly fail with older/different versions of git + fail with the output of their git command to make debugging the tests + from automated reports possible. 0.001007 2010-05-15 - Set the use_request_uri_for_path configuration variable to be compatible diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index 94bf8b9..6145f06 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -14,7 +14,7 @@ use Catalyst qw/ SubRequest /; -our $VERSION = '0.001007'; +our $VERSION = '0.001008'; $VERSION = eval $VERSION; __PACKAGE__->config(