added more tie-ins for itransact commerce

This commit is contained in:
JT Smith 2004-12-31 04:29:39 +00:00
parent b56a13fdfc
commit c765c1ebfb
5 changed files with 21 additions and 15 deletions

View file

@ -213,6 +213,19 @@ if (eval { require SOAP::Lite }) {
}
}
print "XML::Simple module ....................... ";
if (eval { require XML::Simple }) {
print "OK\n";
} else {
if ($< == 0 && $os eq "Linuxish") {
print "Attempting to install...\n";
CPAN::Shell->install("XML::Simple");
} else {
print "Please install.\n";
$prereq = 0;
}
}
print "Time::HiRes module ....................... ";
if (eval { require Time::HiRes }) {
print "OK\n";