Skip Menu |

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

Report information
The Basics
Id: 34270
Status: open
Priority: 0/
Queue: CPAN-Mini-Extract

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

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



Subject: Run without remote if offline is given
I already have an up to date local mini CPAN mirror so there's no need to update it so there's no need to give CPAN::Mini::Extract a remote mirror. Yet it wants one even if offline is set.
Subject: Re: [rt.cpan.org #34270] Run without remote if offline is given
Date: Thu, 20 Mar 2008 12:23:09 +1100
To: bug-CPAN-Mini-Extract [...] rt.cpan.org
From: Adam Kennedy <adamkennedybackup [...] gmail.com>
Michael G Schwern via RT wrote: Show quoted text
> Wed Mar 19 21:21:46 2008: Request 34270 was acted upon. > Transaction: Ticket created by MSCHWERN > Queue: CPAN-Mini-Extract > Subject: Run without remote if offline is given > Broken in: (no value) > Severity: Wishlist > Owner: Nobody > Requestors: mschwern@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=34270 > > > > I already have an up to date local mini CPAN mirror so there's no need > to update it so there's no need to give CPAN::Mini::Extract a remote > mirror. Yet it wants one even if offline is set. >
This bug is caused by being "isa CPAN::Mini"... I've asked the CPAN::Mini author about fixing this, but it might not be relevant. A better solution I've been pondering lately would be to re-architect CPAN::Mini::Extract to break the isa and move to inheritance by composition. Adam K