Subject: | Modules with pre-reqs say installation successful but aren't |
Installing Test::Pod::Coverage on two different systems:
System1: Mac OSX 10.3.4, Perl v5.8.1-RC3
System2: RedHat Linux 7.2, Perl 5.6.1
Installations are occuring as a non privileged user with CPANPLUS configured to use sudo. Both systems are also configured to Ask for dependancy.
On both systems all dependancies and module report Successfully installed. However running perl -e 'use Test::Pod::Coverage' results in a "Can't locate Test/Pod/Coverage.pm" error.
All dependancies are installed and perl -e 'use ....' reports no errors.
After running 'install Test::Pod::Coverage' a second time, the module is successfully installed.
On System2 the same problem occurred during the installation of Test::Pod and again, a second installation cured it.