package BSE::Util::Prereq;
use strict;
-our $VERSION = "1.002";
+our $VERSION = "1.003";
# pre-requisites for various modules
our %prereqs =
(
+ "BSE::Cache::CHI" => [ "CHI" ],
"BSE::Cache::Memcached" => [ "Cache::Memcached::Fast" ],
+ "BSE::Importer::Source::XLS" => [ "Spreadsheet::ParseExcel" ],
+ "BSE::Importer::Source::CSV" => [ "Text::CSV" ],
"BSE::Storage::AmazonS3" => [ "Net::Amazon::S3" ],
"BSE::Util::ValidateHTML::Tidy" => [ "HTML::Tidy" ],
"BSE::Util::ValidateHTML::W3C" => [ "WebService::Validator::HTML::W3C", "XML::XPath" ],
"Courier::Fastway::Road" => [ "XML::Parser" ],
"Courier::Fastway::Satchel" => [ "XML::Parser" ],
"DevHelp::Payments::SecurePayXML" => [ "XML::Simple" ],
+ "DevHelp::Payments::Eway" => [ "XML::LibXML" ],
);