> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > I'm using a URL of the form ftp://MyCpanMirror/u02/CPAN/
>
> Is your mirror server running Apache or some http server? I
> have an internal mirror that I connect to via http and it
> works like a charm.
>
On 06/25/2007 12:40 PM, RICHARD FERNANDEZ wrote:
[...]
I'm not sure where else to go with this. It looks like I can eventually
get what I need installed, but not without a long bumpy ride first.
[...]
A nice feature for someone to add to CPAN.pm would be the option to set
the preferred ftp opt
On Jun 25, 8:32 am, [EMAIL PROTECTED] (Richard Fernandez) wrote:
> I'm trying to use the CPAN shell to install some modules from our
> internal CPAN mirror.
> I'm using a URL of the form ftp://MyCpanMirror/u02/CPAN/
Is your mirror server running Apache or some http server? I have an
internal mirr
Hi Tom,
Thanks for the response.
> It's undocumented, but maybe try this:
>
> BEGIN { $CPAN::DEBUG = 512; } # FTP?
>
Not sure where to plug in this BEGIN {}...
> perl -MNet::Netrc -lwe 'print join " ",
> Net::Netrc->lookup("MyCpanMirror")->lpa'
>
It looks like Net::Netrc is working:
On 6/25/07, RICHARD FERNANDEZ <[EMAIL PROTECTED]> wrote:
I'm trying to use the CPAN shell to install some modules from our
internal CPAN mirror.
I'm using a URL of the form ftp://MyCpanMirror/u02/CPAN/ , and I have a
valid .netrc configured with a user and password for the mirror box.
At first
One other thing. I am able to successfully login to the mirror box using
command line FTP and netrc for authentication.
richf
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Hi folks,
I'm trying to use the CPAN shell to install some modules from our
internal CPAN mirror.
I'm using a URL of the form ftp://MyCpanMirror/u02/CPAN/ , and I have a
valid .netrc configured with a user and password for the mirror box.
At first I was able to query/install modules easily, but t