Hi All,
I have perl 5.8.8 installed.
I get an upgrade recommendation for Test::Harness from cpan:
Package namespace installed latest in CPAN file
Test::Harness 2.52 3.14 ANDYA/Test-Harness-3.14.tar.gz
I also have other problems because of this reported version since other modules refuse to install or upgrade. SInce there was a circular dependency check problem, I could not upgrade T::H. So I ran 'notest force install T::H' and it installed OK. If I now run 'upgrade T::H' I get:
[code]
Package namespace installed latest in CPAN file
Test::Harness 2.52 3.14 ANDYA/Test-Harness-3.14.tar.gz
Running install for module 'Test::Harness'
Running Build for A/AN/ANDYA/Test-Harness-3.14.tar.gz
Has already been unwrapped into directory /root/.cpan/build/Test-Harness-3.14-_1Uezo
Has already been made
Running Build test
Has already been tested successfully
Running Build install
Already done
[/code]
As you see, it seems that the installation of 3.14 has completed but cpan is still reporting 2.52. Needless to say I still cannot upgrade other modules that depend on this.
Any suggestions?
TIA
Yiannos