in reply to •Re: (kudra: CPANPLUS) Re: To install a module...
in thread To install a module...
By 'no setting for the current CPAN archive', do you mean modifying the URI list based upon where you are? You can set environment variables to do this:
This example comes from the FAQ. "Can I use a local mirror..." might also be appropriate; I'm not completely sure what you're pointing out.#!/usr/bin/perl BEGIN { $ENV{ftp_proxy} = 'current.domain.org'; } use CPANPLUS; shell();
You can mail the bugs list or the general suggestion list, cpanplus-bugs and cpanplus-info respectively, at lists.sourceforget.net to report bugs or make suggestions. Other contact information is also found on the sourceforge pages.
|
---|
Replies are listed 'Best First'. | |
---|---|
•Re: (kudra) Re3: To install a module...
by merlyn (Sage) on Sep 28, 2002 at 12:36 UTC | |
by kudra (Vicar) on Sep 28, 2002 at 17:43 UTC |