Document that WebGUI now requires Text::CSV_XS version

0.52.
This commit is contained in:
Colin Kuskie 2008-08-01 17:33:24 +00:00
parent d66c3d0c57
commit 8582745644
2 changed files with 7 additions and 1 deletions

View file

@ -92,7 +92,7 @@ checkModule("HTML::Template::Expr", 0.05, 2 );
checkModule("XML::RSSLite", 0.11 );
checkModule("JSON", 2.04 );
checkModule("Config::JSON", "1.1.2" );
checkModule("Text::CSV_XS", "0.26" );
checkModule("Text::CSV_XS", "0.52" );
checkModule("Net::Subnets", 0.21 );
checkModule("Finance::Quote", 1.08 );
checkModule("POE", 0.3202 );