Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: rs [...] crystalflame.net
Cc:
AdminCc:

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



Date: Sat, 5 Feb 2005 23:08:59 -0800
From: Richard Soderberg <rsoderberg [...] gmail.com>
To: bug-CPANPLUS [...] rt.cpan.org
Subject: CPANPLUS doesn't reset "failed to load Module" after $Module->install() operation succeeds.
Already tried to use 'LWP::UserAgent', which was unsuccessful [THIS MAY BE A PRO BLEM!] at /usr/lib/perl5/site_perl/5.8/CPANPLUS/Dist/MM.pm line 577 That should stop appearing after LWP::UserAgent is successfully installed, and then retested at the earliest opportunity thereafter; if it still fails, fine. If not, success. - R.
From: "Jos I. Boumans" <kane [...] dwim.org>
Subject: Re: [cpan #11394] CPANPLUS doesn't reset "failed to load Module" after $Module->install() operation succeeds.
Date: Sun, 6 Feb 2005 12:08:42 +0100
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
On Feb 6, 2005, at 8:09 AM, Richard Soderberg via RT wrote: Show quoted text
> This message about CPANPLUS was sent to you by rs@crystalflame.net > <rs@crystalflame.net> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=11394 > > > Already tried to use 'LWP::UserAgent', which was unsuccessful [THIS > MAY BE A PRO > BLEM!] at /usr/lib/perl5/site_perl/5.8/CPANPLUS/Dist/MM.pm line 577 > > That should stop appearing after LWP::UserAgent is successfully > installed, and then retested at the earliest opportunity thereafter; > if it still fails, fine. If not, success.
That's *really* hard actually with the current setup... i think you currently have to restart the shell even to get this to work, as it's the m::l::c cache that tells you this -- Jos Boumans "Time is nature's way of making sure all the sh*t doesn't happen at once" CPANPLUS http://cpanplus.sf.net
[kane@dwim.org - Sun Feb 6 06:09:18 2005]: Show quoted text
> > Already tried to use 'LWP::UserAgent', which was unsuccessful [THIS > > MAY BE A PRO > > BLEM!] at /usr/lib/perl5/site_perl/5.8/CPANPLUS/Dist/MM.pm line 577 > > > > That should stop appearing after LWP::UserAgent is successfully > > installed, and then retested at the earliest opportunity thereafter; > > if it still fails, fine. If not, success.
> > That's *really* hard actually with the current setup... i think you > currently have to restart the shell even to get this to work, as it's > the m::l::c cache that tells you this
I've added the resetting of the M::L::C cache on a $cb->flush('load') call, and made the shells call this on their regular flush run. this seems to have solved the problem. applied as 11948