use JSON instead of JSON::Any to get rid of the CPAN Testers failures when only JSON...
[catagits/Catalyst-Controller-DBIC-API.git] / dist.ini
index 17f92e3..f672cba 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
 name = Catalyst-Controller-DBIC-API
-version = 2.002003
+version = 2.002004
 author = Nicholas Perez <nperez@cpan.org>
 author = Luke Saunders <luke.saunders@gmail.com>
 author = Alexander Hartmaier <abraxxa@cpan.org>
@@ -39,11 +39,12 @@ Catalyst::Controller::ActionRole = 0
 Catalyst::ActionRole::MatchRequestMethod = 0
 Catalyst::Action::Serialize = 0.83
 CGI::Expand = 2.02
-JSON::Any = 1.19
-Test::Deep = 0.104
+JSON = 2.50
 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