WebGUI 3.4.0 release

This commit is contained in:
JT Smith 2002-03-07 01:40:00 +00:00
parent 80f7752f32
commit a93b42789a
23 changed files with 3262 additions and 568 deletions

View file

@ -154,18 +154,6 @@ if (eval { require Net::SMTP }) {
}
}
print "XML::RSS module..........................";
if (eval { require XML::RSS }) {
print "OK\n";
} else {
if ($ARGV[0] eq "--install-modules") {
print "Installing...\n";
CPAN::Shell->install("XML::RSS");
} else {
print "Please install.\n";
}
}
print "Net::LDAP module.........................";
if (eval { require Net::LDAP }) {
print "OK\n";