Em 12-04-2016 03:11, Andreas Koenig escreveu:
On Mon, 11 Apr 2016 23:13:23 -0300, Alceu Rodrigues de Freitas Junior via
cpan-testers-discuss <cpan-testers-discuss@perl.org> said:
> Anyway, is there any option to configure CPAN to use Curl by default
> instead trying HTTP::Tiny first? That would work as an workaround at
> least. I couldn't locate anything related to this in the related
> Pod.
I think, there is only a negative way to express your wish. Off the top
of my head, untested, try:
o conf dontload_list push HTTP::Tiny
Let us know how it goes,
It worked... CPAN started using LWP, which accepts HTTP 1.0 as well.