Fix missing dependency RT#67077
Tomas Doran [Wed, 30 Mar 2011 08:52:45 +0000 (09:52 +0100)]
ChangeLog
dist.ini

index 9a4b11f..0af4c63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Revision history for Perl extension MooseX-Getopt
 
+  * Fix missing dependency. (RT#67077)
+
 0.36 Tue 29 Mar 2011
   * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
   * MooseX::Getopt::GLD
index 4a03859..7846871 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -25,6 +25,7 @@ auto_prereq = 0
 Getopt::Long = 2.37
 Getopt::Long::Descriptive = 0.081
 Moose = 0.56
+MooseX::Role::Parameterized = 0
 
 [Prereqs / TestRequires]
 Test::Fatal = 0.003