I have run into a tough situation. I need to get a list of installed perl modules and versions (accomplished using ExtUtils::Installed). Now I need to take the list of modules and verify that all the dependencies are installed. I attempted to use the CPAN::Unwind but that demanded that every checked module be downloaded from CPAN and that is not an option when testing on over 650 servers.
Any help would be greatly appreciated.