From: Alexander Hartmaier Date: Thu, 13 Jan 2011 18:21:23 +0000 (+0100) Subject: properly define testing modules as testing requirement X-Git-Tag: 2.002004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=01286204e91a0261bfe9221743b65d03e0b8eb87 properly define testing modules as testing requirement don't explicitly require Test::WWW::Mechanize because we don't use it directly and Test::WWW::Mechanize::Catalyst requires a newer version anyways --- diff --git a/dist.ini b/dist.ini index 17f92e3..ba3dea4 100644 --- a/dist.ini +++ b/dist.ini @@ -40,10 +40,11 @@ Catalyst::ActionRole::MatchRequestMethod = 0 Catalyst::Action::Serialize = 0.83 CGI::Expand = 2.02 JSON::Any = 1.19 -Test::Deep = 0.104 Data::DPath::Validator = 0.093411 -Test::More = 0.88 Catalyst::Model::DBIC::Schema = 0.20 -Test::WWW::Mechanize = 0.20 -Test::WWW::Mechanize::Catalyst = 0.37 MooseX::Types::Structured = 0.20 + +[Prereqs / TestRequires] +Test::More = 0.88 +Test::Deep = 0.104 +Test::WWW::Mechanize::Catalyst = 0.37