Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 8738
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: david [...] justatheory.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.050_01
Fixed in: (no value)



Subject: 0.050_01 Won't Let me install Core Modules
Just installed CPANPLUS 0.050_01. I'll test it quite a bit in the next week, but right now what I noticed is this: CPAN Terminal> i Encode --force Installing Encode [ERROR] Module 'Encode' is perl-core (Encode-2.09.tar.gz) -- not installing that. Aborting install Error installing 'Encode' Problem installing one or more modules This is no good, because Encode, like many core modules, has a more recent release on CPAN than is in the core. So I should be able to install the more recent version from CPAN, overriding what's in the core. This applies to other core modules, too, like Cwd. Thanks, David
From: "Jos I. Boumans" <kane [...] dwim.org>
Subject: Re: [cpan #8738] 0.050_01 Won't Let me install Core Modules
Date: Sat, 4 Dec 2004 22:51:49 +0100
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
On Dec 4, 2004, at 10:48 PM, via RT wrote: Show quoted text
> > This message about CPANPLUS was sent to you by DWHEELER > <DWHEELER@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=8738 > > > Just installed CPANPLUS 0.050_01. I'll test it quite a bit in the next > week, but right now what I noticed is this: > > CPAN Terminal> i Encode --force > Installing Encode > [ERROR] Module 'Encode' is perl-core (Encode-2.09.tar.gz) -- not > installing that. Aborting install > Error installing 'Encode' > Problem installing one or more modules > > This is no good, because Encode, like many core modules, has a more > recent release on CPAN than is in the core. So I should be able to > install the more recent version from CPAN, overriding what's in the > core. This applies to other core modules, too, like Cwd.
This should be merely a wording issue -- it's checking things in teh wrong order; first for coreness then for uptodateness but reporting coreness even if the module is uptodate. So what it ought to really say is 'module encode uptodate' , which it ought to be if you check it... we're already changing the wording in the devel snapshot. -- Jos Boumans 'Real programmers use "cat > a.out"' CPANPLUS http://cpanplus.sf.net