From 2d722c3477a9ed98ff23a2c5bf08aae5f94b1bf7 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Wed, 19 May 2010 13:00:34 -0400 Subject: [PATCH] 8.x additional module deps --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index ad7a1edd7..5bf279540 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -139,6 +139,7 @@ checkModule("JavaScript::Minifier::XS", "0.05" ); checkModule("Readonly", "1.03" ); checkModule("Moose", "0.93" ); checkModule("MooseX::Storage", "0.23" ); +checkModule("MooseX::Storage::Format::JSON","0.27" ); checkModule("namespace::autoclean", "0.09" ); checkModule("Business::PayPal::API", "0.62" ); checkModule("Locales", "0.10" );