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

@ -7,6 +7,12 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief.
7.5.19
--------------------------------------------------------------------
* WebGUI now requires Text::CSV_XS version 0.52. If you have been
using an earlier version you will need to upgrade this perl
module before you upgrade.
7.5.17
--------------------------------------------------------------------
* If users are allowed to self register and emails are not required, this

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 );