From: Karen Etheridge Date: Mon, 11 Feb 2013 17:11:18 +0000 (-0800) Subject: cull "requirements" used for compatibility tests X-Git-Tag: v0.09~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93a10512519d019feb408673fe86531c392d7a5e;p=gitmo%2FMooseX-ConfigFromFile.git cull "requirements" used for compatibility tests --- diff --git a/Changes b/Changes index 8b08c65..c41637e 100644 --- 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" diff --git a/dist.ini b/dist.ini index 85e3fc2..8bed557 100644 --- 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]