Subject: | Fails on new perl 5.8.8 - patch |
Do a clean install of perl 5.8.8 (in my case on Solaris 9 Sparc)
cpan install Bundle::CPAN
fails ...
... and as reported in bug 23615 fails to install CPAN, Compress::Zlib, and Archive::Zip
The following patch fixes this
--- CPAN.pm Sun Oct 21 20:35:15 2007
+++ TCO_CPAN.pm Thu Oct 25 16:23:11 2007
@@ -40,8 +40,16 @@
File::HomeDir
+Compress::Raw::Zlib -- needed by Compress::Zlib
+
+IO::Compress::Base -- needed by Compress::Zlib
+
+IO::Uncompress::Gunzip -- really IO::Compress::Zlib -- needed by Compress::Zlib
+
Compress::Zlib
+IO::Zlib -- needed by Archive::{Tar,Zip}
+
Archive::Tar
Archive::Zip