From: Karen Etheridge Date: Fri, 25 Jan 2013 06:25:55 +0000 (-0800) Subject: add missing prereqs X-Git-Tag: v0.51~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=b54d5bf215c7f2d39831d8676bc6ab599eefc248 add missing prereqs --- diff --git a/Changes b/Changes index 37b5477..13f5091 100644 --- 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 diff --git a/dist.ini b/dist.ini index 52b736a..4789397 100644 --- 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