Cannot determine perl version info from lib/App/Env.pm Cannot determine license info from lib/App/Env.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.72) - Env::Path ...loaded. (0.18) - Getopt::Long ...loaded. (2.37 >= 2.24) - Scalar::Util ...loaded. (1.19) - Params::Validate ...loaded. (0.89) - Pod::Usage ...loaded. (1.35) - File::Temp ...loaded. (0.18) - File::Basename ...loaded. (2.76) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for App::Env Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/App/Env.pm blib\lib\App\Env.pm cp lib/App/Env/Example.pm blib\lib\App\Env\Example.pm C:\cpanrun\build\5-10-0\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp bin/appexec blib\script\appexec pl2bat.bat blib\script\appexec Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp bin/appexec blib\script\appexec pl2bat.bat blib\script\appexec C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/App-Env.t t/badmodule.t t/cache.t t/env.t t/envstr.t t/site1.t t/site2.t t/site3.t t/system.t t/use1.t t/use2.t t/use3.t t/App-Env......1..1 ok 1 - use App::Env; ok t/badmodule....1..2 ok 1 - import existent module ok 2 - import non-existent module ok t/cache........1..22 ok 1 - use App::Env; ok 2 - import func 1, cache on ok 3 - import func 2, cache on ok 4 - import func 2, deleted cache ok 5 - import func 2, cache on ok 6 - import func 3, cache on, new cache id ok 7 - import func 2, cache on, old cache id ok 8 - import func 3, cache on, old cache id ok 9 - merge cache: check App1 ok 10 - merge cache: check App2 ok 11 - merge cache: 2 # Failed test 'merge cache: 3' not ok 12 - merge cache: 3 # at t/cache.t line 52. # got: '1' # expected: '2' # Failed test 'merge cache: 4' # at t/cache.t line 59. not ok 13 - merge cache: 4 # got: '1' # expected: '3' ok 14 - merge cache: 5 ok 15 - uncache all ok 16 - method 1, cache on ok 17 - method 2, cache on ok 18 - method 1, cache on ok 19 - method 1, cache on Use of uninitialized value in numeric eq (==) at t/cache.t line 98. # Failed test 'obj merge: 1' # at t/cache.t line 98. not ok 20 - obj merge: 1 Use of uninitialized value in numeric eq (==) at t/cache.t line 103. # Failed test 'obj merge: 2' # at t/cache.t line 103. not ok 21 - obj merge: 2 Use of uninitialized value in numeric eq (==) at t/cache.t line 107. # Failed test 'obj merge: 1 check' # at t/cache.t line 107. not ok 22 - obj merge: 1 check # Looks like you failed 5 tests of 22. dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 12-13, 20-22 Failed 5/22 tests, 77.27% okay t/env..........1..5 ok 1 - env ok 2 - env; exclude regexp ok 3 - env; exclude scalar ok 4 - env; exclude array ok 5 - env; exclude code ok t/envstr.......1..5 ok 1 - envstr ok 2 - envstr; exclude regexp ok 3 - envstr; exclude scalar ok 4 - envstr; exclude array ok 5 - envstr; exclude code ok t/site1........1..1 ok 1 - import func: pre-existing APP_ENV_SITE ok t/site2........1..1 ok 1 - import func: use App::Env::Site ok t/site3........1..1 ok 1 - import func: empty APP_ENV_SITE; override App::Env::Site ok t/system.......1..2 Can't find string terminator "'" anywhere before EOF at -e line 1. Use of uninitialized value $output in chomp at t/system.t line 26. # Failed test 'system' # at t/system.t line 28. not ok 1 - system # got: undef # expected: '1' Can't find string terminator "'" anywhere before EOF at -e line 1. # Failed test 'qexec' # at t/system.t line 38. not ok 2 - qexec # got: '' # expected: '1' # Looks like you failed 2 tests of 2. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/use1.........1..1 ok 1 - use App1 ok t/use2.........1..1 ok 1 - use App1 App2 ok t/use3.........1..1 ok 1 - use App1 App2; AppOpts ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/cache.t 5 1280 22 5 12-13 20-22 t/system.t 2 512 2 2 1-2 Failed 2/12 test scripts. 7/43 subtests failed. Files=12, Tests=43, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/12 test programs. 7/43 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.