Checking if your kit is complete... Looks good Writing Makefile for Config::AutoConf Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Config/AutoConf.pm blib\lib\Config\AutoConf.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.load.........1..1 ok 1 - use Config::AutoConf; ok t/01.checklib.....1..2 # # # Ignore junk bellow. # Trying to compile test program to check atan on m library... Generating script '.\testsyO4UU.ccs' cl -nologo -c @".\testsyO4UU.ccs" -Fo"testsyO4UU.obj" "testsyO4UU.c" testsyO4UU.c link -o testsyO4UU.exe testsyO4UU.obj -lm Microsoft (R) Incremental Linker Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. LINK : warning LNK4044: unrecognized option '/o'; ignored LINK : warning LNK4044: unrecognized option '/lm'; ignored LINK : fatal error LNK1181: cannot open input file 'testsyO4UU.exe' # Failed test at t/01.checklib.t line 10. not ok 1 Trying to compile test program to check foobar on m library... Generating script '.\testY4n11r.ccs' cl -nologo -c @".\testY4n11r.ccs" -Fo"testY4n11r.obj" "testY4n11r.c" testY4n11r.c link -o testY4n11r.exe testY4n11r.obj -lm Microsoft (R) Incremental Linker Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. LINK : warning LNK4044: unrecognized option '/o'; ignored LINK : warning LNK4044: unrecognized option '/lm'; ignored LINK : fatal error LNK1181: cannot open input file 'testY4n11r.exe' # Looks like you failed 1 test of 2. ok 2 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/2 tests, 50.00% okay t/02.checkprog....1..6 # Failed test at t/02.checkprog.t line 7. not ok 1 ok 2 Use of uninitialized value $this in pattern match (m//) at t/02.checkprog.t line 10. # Failed test at t/02.checkprog.t line 10. # undef # doesn't match '(?-xism:perl$)' not ok 3 ok 4 # Failed test at t/02.checkprog.t line 16. Use of uninitialized value $awk in concatenation (.) or string at t/02.checkprog.t line 17. # Found AWK as not ok 5 # Failed test at t/02.checkprog.t line 23. Use of uninitialized value $grep in concatenation (.) or string at t/02.checkprog.t line 24. not ok 6 # Found EGREP as # Looks like you failed 4 tests of 6. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 1, 3, 5-6 Failed 4/6 tests, 33.33% okay t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib\lib\Config\AutoConf.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01.checklib.t 1 256 2 1 1 t/02.checkprog.t 4 1024 6 4 1 3 5-6 1 test skipped. Failed 2/5 test scripts. 5/10 subtests failed. Files=5, Tests=10, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/5 test programs. 5/10 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.