murky_cat has asked for the wisdom of the Perl Monks concerning the following question:
What should I do to force LPW using HTTP/1.0 when installing modules from CPAN?
There is variable $ENV{PERL_LWP_USE_HTTP_10} but where I need to set it like
BEGIN { $ENV{PERL_LWP_USE_HTTP_10} = 1; }
I need to use HTTP/1.0 because I want it to work through NTLMAPS, which won't work fine with HTTP/1.1.
Thank you for advices!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Strawberry CPAN via HTTP/1.0
by Eliya (Vicar) on Mar 17, 2011 at 15:21 UTC | |
by murky_cat (Initiate) on Mar 17, 2011 at 15:51 UTC | |
by Eliya (Vicar) on Mar 17, 2011 at 16:31 UTC | |
by murky_cat (Initiate) on Mar 18, 2011 at 08:05 UTC | |
by Anonymous Monk on Mar 17, 2011 at 19:08 UTC | |
by murky_cat (Initiate) on Mar 18, 2011 at 11:54 UTC |