Skip Menu |

This queue is for tickets about the pip CPAN distribution.

Report information
The Basics
Id: 26859
Status: new
Priority: 0/
Queue: pip

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

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



Subject: wish: option to install to local directory
It would be nice to have an option to install the modules into a directory specified, rather than the default. It appears that the 'CPAN' module handles this phase. I poked around for a few minutes, but couldn't find the right to affect this behavior, but I'm sure it's possible! Mark
From: MARKSTOS [...] cpan.org
On Tue May 01 11:10:21 2007, MARKSTOS wrote: Show quoted text
> It would be nice to have an option to install the modules into a > directory specified, rather than the default. > > It appears that the 'CPAN' module handles this phase. I poked around for > a few minutes, but couldn't find the right to affect this behavior, but > I'm sure it's possible!
I created a patch to address this, but my CPAN username/password didn't automatically work to commit as the documentation implied it might. Patch attached. Mark
Index: lib/pip.pm =================================================================== --- lib/pip.pm (revision 2937) +++ lib/pip.pm (working copy) @@ -245,6 +245,12 @@ The simple L<Module::Plan::Lite> plan class is bundled with the main distribution, and additional types can be installed if needed. +The target of installation is always the same as the location that CPAN.pm +would choose. It's possible to have an affect on this by using private a +private CPAN/Config.pm file. This thread on Perlmonks contains some helpful +tips for private installations: +http://www.perlmonks.org/?node_id=361886 + =head2 Future Additions Also on the development schedule for B<pip> is the creation and Index: Changes =================================================================== --- Changes (revision 2937) +++ Changes (working copy) @@ -1,5 +1,7 @@ Revision history for Perl extension pip + - Document what the target of the installation is. (Mark Stosberg) + 0.14 Fri 5 Oct 2007 - Dropping the File::Temp dependency on non-Windows to 0.14 (allows easier installation on RedHat Enterprise Linux 4, and other perl 5.8.5 platforms)