add missing prereqs
Karen Etheridge [Fri, 25 Jan 2013 06:25:55 +0000 (22:25 -0800)]
Changes
dist.ini

diff --git a/Changes b/Changes
index 37b5477..13f5091 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension MooseX-Getopt
 
 {{$NEXT}}
+ - missing test prereqs now declared (thanks for the automated reports, David
+   Cantrell!)
 
 0.50      2012-12-27 00:20:56 PST-0800
  - unbreak Catalyst::Runtime tests (etc) by keeping _getopt_full_usage in the
index 52b736a..4789397 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -38,6 +38,9 @@ Test::Trap = 0
 Path::Class = 0
 Test::NoWarnings = 1.04
 Test::Moose = 0
+Config::Any::YAML = 0
+File::Spec = 0
+Scalar::Util = 0
 
 [Prereqs / TestRecommends]
 MooseX::ConfigFromFile = 0