C:\perl64\packages>gunzip LWP-Protocol-https-6.04.tar.gz C:\perl64\packages>tar -xvf LWP-Protocol-https-6.04.tar LWP-Protocol-https-6.04/ LWP-Protocol-https-6.04/Changes LWP-Protocol-https-6.04/lib/ LWP-Protocol-https-6.04/Makefile.PL LWP-Protocol-https-6.04/MANIFEST LWP-Protocol-https-6.04/META.json LWP-Protocol-https-6.04/META.yml LWP-Protocol-https-6.04/README LWP-Protocol-https-6.04/t/ LWP-Protocol-https-6.04/t/apache.t LWP-Protocol-https-6.04/lib/LWP/ LWP-Protocol-https-6.04/lib/LWP/Protocol/ LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm C:\perl64\packages>cd LWP-Protocol-https-6.04 C:\perl64\packages\LWP-Protocol-https-6.04>makefile Checking if your kit is complete... Looks good Warning: prerequisite IO::Socket::SSL 1.54 not found. Warning: prerequisite LWP::UserAgent 6.04 not found. We have 5.834. Warning: prerequisite Mozilla::CA 20110101 not found. Warning: prerequisite Net::HTTPS 6 not found. We have 5.819. Writing Makefile for LWP::Protocol::https C:\perl64\packages\LWP-Protocol-https-6.04>nmake Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/LWP/Protocol/https.pm blib\lib\LWP\Protocol\https.pm C:\perl64\packages\LWP-Protocol-https-6.04>nmake test Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. C:\perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/apache.t .. Can't locate object method "is_online" via package "LWP::UserAgent" at t/apache.t line 9. t/apache.t .. Dubious, test returned 9 (wstat 2304, 0x900) No subtests run Test Summary Report ------------------- t/apache.t (Wstat: 2304 Tests: 0 Failed: 0) Non-zero exit status: 9 Parse errors: No plan found in TAP output Files=1, Tests=0, 0 wallclock secs ( 0.03 usr + 0.03 sys = 0.06 CPU) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed. NMAKE : fatal error U1077: 'C:\perl64\bin\perl.exe' : return code '0x9' Stop.