From: Dan Brook Date: Sat, 19 Jun 2010 15:59:37 +0000 (+0100) Subject: Fix rebase goofs. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=e8d4739104344c699e4af04a23b8073257fca405 Fix rebase goofs. --- diff --git a/Changes b/Changes index 1b91b57..d831856 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,7 @@ This file documents the revision history for Perl extension Gitalist. - Bumping version and updated Changes appropriately. - Throttle the commit info loading. - Update bootstrapping for local::lib 1.006000. + - Fixed author_* barewords in Makefile.PL. 0.001008 2010-06-03 - Add a requires_external_bin for the git command so we won't try running diff --git a/Makefile.PL b/Makefile.PL index 065f22a..05b6edf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -74,7 +74,6 @@ requires 'Config::General'; requires 'Moose'; requires 'Moose::Autobox'; requires 'MooseX::Declare' => '0.33'; -requires 'MooseX::Declare' => '0.32'; requires 'MooseX::Types::DateTime'; requires 'MooseX::Types::ISO8601'; requires 'MooseX::Types::Common';