Guten Morgen!
Auf der Suche nach einer Möglichkeit, zwei HTTP Requests parallel zu starten stieß ich auf
LWP::Parallel::UserAgent. Aber die Installation auf Win 7 64 Bit mit Perl 5, version 18, subversion 4 (v5.18.4) built for MSWin32-x64-multi-thread brachte dieses Ergebnis:
QuoteStopping: 'install' failed for 'M/MS/MSOUTH/ParallelUserAgent-2.61.tgz'.
Failed during this command:
MSOUTH/ParallelUserAgent-2.61.tgz : make_test NO one dependency not OK (LWP::Protocol::https10); additionally test harness failed
Quotecpan> install LWP::Protocol::https10
Running install for module 'LWP::Protocol::https10'
The module LWP::Protocol::https10 isn't available on CPAN.
Either the module has not yet been uploaded to CPAN, or it is
temporary unavailable. Please contact the author to find out
more about the status. Try 'i LWP::Protocol::https10'.
Weiß jemand, was ich da machen kann um das installiert zu bekommen? Dieses
LWP::Protocol::https10 scheint ja einfach nicht mehr aktuell zu sein, weil alles inzwischen HTTP 1.1 ist, wenn ich das richtig verstanden habe. Aber müsste man das Modul dann nicht updaten, dass es nicht mehr so eine alte Dependencie lädt?
10 print "Hallo"
20 goto 10