in reply to common non-explicit dependencies besides LWP::Protocol::https ?
Unfortunately, there is an implicit (but common) dependency, where LWP often depends upon LWP::Protocol::https ... implicit ...
There is nothing implicit about it, its simply optional https://metacpan.org/source/ETHER/libwww-perl-6.13/Makefile.PL
prereqs => { runtime => { suggests => { 'LWP::Protocol::https' => '6.02', 'Authen::NTLM' => "1.02", 'HTTP::GHTTP' => '0', }, }, },
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: common non-explicit dependencies besides LWP::Protocol::https ?
by jae_63 (Beadle) on Jul 09, 2015 at 01:29 UTC | |
by admiral_grinder (Pilgrim) on Jul 09, 2015 at 15:21 UTC | |
by Anonymous Monk on Jul 09, 2015 at 07:05 UTC | |
|
Re^2: common non-explicit dependencies besides LWP::Protocol::https ?
by locked_user sundialsvc4 (Abbot) on Jul 09, 2015 at 00:36 UTC | |
by RonW (Parson) on Jul 09, 2015 at 18:34 UTC |