Adding requirement for JSON::Any, which is in turn required by MooseX::Storage for JSON handling.

This commit is contained in:
Colin Kuskie 2010-02-04 14:01:27 -08:00
parent 129186c105
commit d22b42fa1f

View file

@ -97,6 +97,7 @@ checkModule("HTML::Template", 2.9 );
checkModule("HTML::Template::Expr", 0.07, 2 );
checkModule("XML::FeedPP", 0.40 );
checkModule("JSON", 2.12 );
checkModule("JSON::Any", 1.22 );
checkModule("Config::JSON", "1.3.1" );
checkModule("Text::CSV_XS", "0.64" );
checkModule("Net::Subnets", 0.21 );