bump Config::JSON requirement and use Moose for WebGUI::Config

This commit is contained in:
Graham Knop 2010-03-19 18:39:17 -05:00
parent 936708f98a
commit 8f6ae3f47e
2 changed files with 8 additions and 6 deletions

View file

@ -100,7 +100,7 @@ checkModule("Template", 2.20, 2 );
checkModule("XML::FeedPP", 0.40 );
checkModule("JSON", 2.12 );
checkModule("JSON::Any", 1.22 );
checkModule("Config::JSON", "1.3.1" );
checkModule("Config::JSON", '1.5000' );
checkModule("Text::CSV_XS", "0.64" );
checkModule("Net::CIDR::Lite", 0.20 );
checkModule("Finance::Quote", 1.15 );