Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 35563
Status: resolved
Priority: 0/
Queue: CPAN-Mini

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

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



Subject: offline support doesn't work
Carp::croak "unable to contact the remote mirror" unless eval { $self->__lwp->head($self->{remote})->is_success }; This line in the constructor still runs, even in offline mode...
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #35563] offline support doesn't work
Date: Thu, 1 May 2008 06:38:01 -0400
To: Adam Kennedy via RT <bug-CPAN-Mini [...] rt.cpan.org>
From: Ricardo SIGNES <rjbs [...] cpan.org>
* Adam Kennedy via RT <bug-CPAN-Mini@rt.cpan.org> [2008-05-01T01:12:07] Show quoted text
> Carp::croak "unable to contact the remote mirror" > unless eval { $self->__lwp->head($self->{remote})->is_success }; > > This line in the constructor still runs, even in offline mode...
Clearly I was too eager to release the speed improvements. I will fix that immediately. -- rjbs
Subject: Re: [rt.cpan.org #35563] offline support doesn't work
Date: Thu, 1 May 2008 23:54:38 +1000
To: bug-CPAN-Mini [...] rt.cpan.org
From: "Adam Kennedy" <adamkennedybackup [...] gmail.com>
Thank you kind sir. On 01/05/2008, Ricardo SIGNES via RT <bug-CPAN-Mini@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=35563 > > > * Adam Kennedy via RT <bug-CPAN-Mini@rt.cpan.org> [2008-05-01T01:12:07]
> > Carp::croak "unable to contact the remote mirror" > > unless eval { $self->__lwp->head($self->{remote})->is_success }; > > > > This line in the constructor still runs, even in offline mode...
> > Clearly I was too eager to release the speed improvements. I will fix that > immediately. > > -- > rjbs > >
resolved in 0.570 -- rjbs