From: Damien Krotkine Date: Tue, 29 Mar 2011 10:37:38 +0000 (+0200) Subject: fix dist.ini X-Git-Tag: 0.36~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=6caf9a1a817181c24efde52738ca326e2c17e409 fix dist.ini --- diff --git a/ChangeLog b/ChangeLog index 569338f..ea317e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX-Getopt +{{NEXT}} + * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine) + 0.35 Wed 09 Feb 2011 * Fix missed change from Test::Exception to Test::Fatal diff --git a/dist.ini b/dist.ini index adf4ec3..d3f5f4a 100644 --- a/dist.ini +++ b/dist.ini @@ -21,12 +21,12 @@ repository_at = gitmo authority = cpan:STEVAN auto_prereq = 0 -[Prereq] +[Prereqs] Getopt::Long = 2.37 Getopt::Long::Descriptive = 0.081 Moose = 0.56 -[Prereq / TestRequires] +[Prereqs / TestRequires] Test::Fatal = 0.003 Test::Warn = 0.21 Test::More = 0.88