Merge 0611312e
Tomas Doran [Tue, 29 Mar 2011 15:19:08 +0000 (16:19 +0100)]
ChangeLog
dist.ini

index 14d6cda..6284f36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 Revision history for Perl extension MooseX-Getopt
 
 {{NEXT}}
+  * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
   * MooseX::Getopt::GLD
     - change it to a MooseX::Role::Parameterized, so that it accepts
       'getopt_conf' parameter (Damien Krotkine)
index adf4ec3..d3f5f4a 100644 (file)
--- 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