From d22b42fa1f87663df86c07f6c8e45f8c5f0f423f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 4 Feb 2010 14:01:27 -0800 Subject: [PATCH] Adding requirement for JSON::Any, which is in turn required by MooseX::Storage for JSON handling. --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 144236d3a..13af38adb 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -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 );