Checking if your kit is complete... Looks good Writing Makefile for Test::HTTP Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Test/HTTP.pm blib\lib\Test\HTTP.pm cp lib/Test/HTTP/Syntax.pm blib\lib\Test\HTTP\Syntax.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-compile....1..2 ok 1 - use Test::HTTP; ok 2 - use Test::HTTP::Syntax; ok t/01-basic......1..2 ok 1 - GET basic status is 200. ok 2 - GET utf8-crap status is 200. ok t/10-syntax.....1..2 Use of uninitialized value $imported_class in regexp compilation at C:/cpanrun/build/5-10-0/lib/Filter/Simple.pm line 168. Global symbol "$test" requires explicit package name at t/10-syntax.t line 6. Global symbol "$test" requires explicit package name at t/10-syntax.t line 8. Global symbol "$test" requires explicit package name at t/10-syntax.t line 9. Global symbol "$test" requires explicit package name at t/10-syntax.t line 20. Global symbol "$test" requires explicit package name at t/10-syntax.t line 22. Global symbol "$test" requires explicit package name at t/10-syntax.t line 23. Execution of t/10-syntax.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/20-todo.......1..1 Use of uninitialized value $imported_class in regexp compilation at C:/cpanrun/build/5-10-0/lib/Filter/Simple.pm line 168. Global symbol "$test" requires explicit package name at t/20-todo.t line 14. Global symbol "$test" requires explicit package name at t/20-todo.t line 16. Global symbol "$test" requires explicit package name at t/20-todo.t line 17. Execution of t/20-todo.t aborted due to compilation errors. dubious Test returned status 9 (wstat 2304, 0x900) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/10-syntax.t 9 2304 2 4 1-2 t/20-todo.t 9 2304 1 2 1 Failed 2/4 test scripts. 3/7 subtests failed. Files=4, Tests=7, 4 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/4 test programs. 3/7 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x9' Stop.