I need to install VICIDIAL (cause is a free outbound call solution) and vicidial wants the following perl modules:
MD5 Digest::MD5 Digest::SHA1 readline Bundle::CPAN DBI (found the rpm perl-DBI) DBD::mysql (found the RPM perl-DBD-Mysql) Net::Telnet Time::HiRes Net::Server OLE::Storage_Lite Spreadsheet::ParseExcel
I do not want to taint the installation if an RPM is available on the DVD or in centos extras/plus. How can I check what RPM will provide such perl modules?
thanks in advance.