Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Add an "all" option when asking about dependencies
I'm installing Devel::ebug right now with prereqs set to "ask". Devel::ebug has over a dozen dependencies one of which is Catalyst. Catalyst has lots of dependencies. As a result I have to sit and mash return when Should I install this module? [Y/n]: comes up. It would be nice if there was an "a" option. "Yes to all" for the duration of this installation.
From: "Jos I. Boumans" <kane [...] dwim.org>
Subject: Re: [cpan #12355] Add an "all" option when asking about dependencies
Date: Wed, 20 Apr 2005 23:21:54 +0200
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
On Apr 20, 2005, at 11:10 PM, Michael_G_Schwern via RT wrote: Show quoted text
> > This message about CPANPLUS was sent to you by MSCHWERN > <MSCHWERN@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=12355 > > > I'm installing Devel::ebug right now with prereqs set to "ask". > Devel::ebug has over a dozen dependencies one of which is Catalyst. > Catalyst has lots of dependencies. As a result I have to sit and mash > return when > > Should I install this module? [Y/n]: > > comes up. > > It would be nice if there was an "a" option. "Yes to all" for the > duration of this installation.
Hmm, that would be currently kinda hard to implement, but i'll give it some thought. As a way around this, you can set your 's conf prereqs 1' for this particular install, and set it back to '2' when done (setting you back to 'ask' mode_ -- Jos Boumans 'Real programmers use "cat > a.out"' CPANPLUS http://cpanplus.sf.net
On Wed Apr 20 17:10:26 2005, MSCHWERN wrote: Show quoted text
> Should I install this module? [Y/n]:
Show quoted text
> It would be nice if there was an "a" option. "Yes to all" for the > duration of this installation.
This has now been implemented for the default shell. Users can select a 'yes to all' or 'no to all' option. Thanks for suggesting this feature,