Skip Menu |

This queue is for tickets about the Bundle-CPAN CPAN distribution.

Report information
The Basics
Id: 30273
Status: open
Priority: 0/
Queue: Bundle-CPAN

People
Owner: Nobody in particular
Requestors: tco2 [...] cornell.edu
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.856
Fixed in: (no value)



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
Subject: Re: [rt.cpan.org #30273] Fails on new perl 5.8.8 - patch
Date: Fri, 26 Oct 2007 06:38:11 +0200
To: bug-Bundle-CPAN [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Thu, 25 Oct 2007 17:59:53 -0400, "tco2@cornell.edu via RT" <bug-Bundle-CPAN@rt.cpan.org> said:
Show quoted text
> The following patch fixes this
Thanks, applied and uploaded in a 1.857 release -- andreas