cull "requirements" used for compatibility tests
Karen Etheridge [Mon, 11 Feb 2013 17:11:18 +0000 (09:11 -0800)]
Changes
dist.ini

diff --git a/Changes b/Changes
index 8b08c65..c41637e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for {{$dist->name}}
 
 {{$NEXT}}
+          - removed prereqs which are only used for optional tests
 
 0.08      2013-02-09 16:24:27 PST-0800 (Karen Etheridge)
           - allow configfiles called "0"
index 85e3fc2..8bed557 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -29,6 +29,8 @@ version_regexp = ^v([\d._]+)(-TRIAL)?$
 [AutoPrereqs]
 skip = ^A$
 skip = ^Generic$
+skip = ^MooseX::SimpleConfig$
+skip = ^MooseX::Getopt$
 
 [InstallGuide]
 [MetaConfig]