From: Dan Brook Date: Fri, 13 Aug 2010 12:00:23 +0000 (+0100) Subject: Bump Gitalist version and required Git::PurePerl version. X-Git-Tag: 0.002005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4e3ae73074c72c12803f889bbb5cbc35fe85284f;p=catagits%2FGitalist.git Bump Gitalist version and required Git::PurePerl version. --- diff --git a/Changes b/Changes index f124f57..2c2631d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ This file documents the revision history for Perl extension Gitalist. +0.002005 2010-08-13 + - Limit the number of branches/tags listed by default. + 0.002004 2010-08-02 - Fix misnamed variable which was giving a syntax error in Gitalist::Controller::Fragment::Ref. diff --git a/Makefile.PL b/Makefile.PL index db053b2..a26cafe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -85,7 +85,7 @@ requires 'MooseX::Types::Path::Class'; requires 'MooseX::Types'; requires 'namespace::autoclean'; -requires 'Git::PurePerl' => '0.46'; +requires 'Git::PurePerl' => '0.47'; requires 'aliased'; requires 'CGI'; diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index d8c8a37..d77249c 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -14,7 +14,7 @@ use Catalyst qw/ SubRequest /; -our $VERSION = '0.002004'; +our $VERSION = '0.002005'; $VERSION = eval $VERSION; __PACKAGE__->config(