Checking if your kit is complete... Looks good Writing Makefile for later Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/later.pm blib\lib\later.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Mblib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib -e "use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;" t\01_test_compile.t t\02_test_no_args.t t\03_test_import_args.t t\04_test_invalid_module.t t\05_test_unknown_module.t t\06_test_default_modules.t t\07_test_object.t t\08_test_export_ok.t t\09_test_later_in_later.t t\pod-coverage.t t\pod.t Using D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/later/blib t\01_test_compile...1..3 ok 1 - use later succeeds on existing module ok 2 - use later succeeds on non existing module ok 3 - use later fails if no module name ok t\02_test_no_args...1..6 ok 1 - module test1 has not been used yet ok 2 - module test1 has not been used yet Undefined subroutine &main::foo called at t\02_test_no_args.t line 30. # Looks like you planned 6 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-6 Failed 4/6 tests, 33.33% okay t\03_test_import_args.1..7 ok 1 - module test2 has not been used yet ok 2 - module test2 has not been used yet Undefined subroutine &main::foo called at t\03_test_import_args.t line 31. # Looks like you planned 7 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-7 Failed 5/7 tests, 28.57% okay t\04_test_invalid_module.1..1 not ok 1 - not compilable module cause exception # Failed test (t\04_test_invalid_module.t at line 19) # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t\05_test_unknown_module.1..1 not ok 1 - unkown module causes exception # Failed test (t\05_test_unknown_module.t at line 19) # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t\06_test_default_modules.1..2 not ok 1 - loaded Data::Dumper # Failed test (t\06_test_default_modules.t at line 21) not ok 2 - Dumper returned the expected result # Failed test (t\06_test_default_modules.t at line 28) # got: undef # expected: '$VAR1 = 1; # $VAR2 = 'blou'; # $VAR3 = []; # ' # 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\07_test_object....1..5 ok 1 - module is not used yet Can't locate object method "new" via package "My::Module1" (perhaps you forgot to load "My::Module1"?) at t\07_test_object.t line 29. # Looks like you planned 5 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t\08_test_export_ok.1..7 ok 1 - module is not used yet Undefined subroutine &My::Module2::foo called at t\08_test_export_ok.t line 31. # Looks like you planned 7 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-7 Failed 6/7 tests, 14.29% okay t\09_test_later_in_later.1..1 Undefined subroutine &main::foo called at t\09_test_later_in_later.t line 17. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t\pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t\pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t\02_test_no_args.t 255 65280 6 4 66.67% 3-6 t\03_test_import_args.t 255 65280 7 5 71.43% 3-7 t\04_test_invalid_module.t 1 256 1 1 100.00% 1 t\05_test_unknown_module.t 1 256 1 1 100.00% 1 t\06_test_default_modules.t 2 512 2 2 100.00% 1-2 t\07_test_object.t 255 65280 5 4 80.00% 2-5 t\08_test_export_ok.t 255 65280 7 6 85.71% 2-7 t\09_test_later_in_later.t 255 65280 1 1 100.00% 1 2 tests skipped. Failed 8/11 test scripts, 27.27% okay. 24/33 subtests failed, 27.27% okay. NMAKE : fatal error U1077: 'D:\cpanrun\build\5-6-1\bin\perl.exe' : return code '0xff' Stop.