Skip to content

Commit

Permalink
Bump Gitalist version and required Git::PurePerl version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Brook committed Aug 13, 2010
1 parent 535bc6e commit 4e3ae73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion lib/Gitalist.pm
Expand Up @@ -14,7 +14,7 @@ use Catalyst qw/
SubRequest
/;

our $VERSION = '0.002004';
our $VERSION = '0.002005';
$VERSION = eval $VERSION;

__PACKAGE__->config(
Expand Down

0 comments on commit 4e3ae73

Please sign in to comment.