Checking if your kit is complete... Looks good Writing Makefile for CGI::Persist Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/CGI/Persist/Cache.pm blib\lib\CGI\Persist\Cache.pm cp lib/CGI/Persist/File.pm blib\lib\CGI\Persist\File.pm cp lib/CGI/Persist/Cookie.pm blib\lib\CGI\Persist\Cookie.pm cp lib/CGI/Persist/DBI.pm blib\lib\CGI\Persist\DBI.pm cp lib/CGI/Persist.pm blib\lib\CGI\Persist.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/01_persist........1..5 ok 1 - use Storable; ok 2 - Class::AccessorMaker works - OK ok 3 - use CGI::Persist; ok 4 - use CGI::Persist::File; ok 5 - use CGI::Persist::DBI; ok t/02_request........1..15 ok 1 - use CGI::Persist::File; ok 2 - Fake request - OK ok 3 - CGI created - OK ok 4 - parameter setting - OK ok 5 - data setting - OK Use of uninitialized value in join or string at t/02_request.t line 33. # Failed test 'Value array currentParam' # at t/02_request.t line 33. not ok 6 - Value array currentParam # got: '' # expected: '1, 2, 3' # Failed test 'Value array param' # at t/02_request.t line 38. not ok 7 - Value array param # got: '' # expected: '1, 2, 3' # Failed test 'restored session - OK (\s64s. = s64s.3)' # at t/02_request.t line 44. Use of uninitialized value in string eq at t/02_request.t line 45. not ok 8 - restored session - OK (\s64s. = s64s.3) # Failed test 'parameter remembered - OK' # at t/02_request.t line 45. not ok 9 - parameter remembered - OK # Failed test 'restored session again - OK' # at t/02_request.t line 50. not ok 10 - restored session again - OK Use of uninitialized value in string eq at t/02_request.t line 51. # Failed test 'parameter remembered - OK' # at t/02_request.t line 51. not ok 11 - parameter remembered - OK # Failed test 'restored session one more time - OK' # at t/02_request.t line 57. Use of uninitialized value in string eq at t/02_request.t line 58. not ok 12 - restored session one more time - OK # Failed test 'parameter remembered - OK' # at t/02_request.t line 58. not ok 13 - parameter remembered - OK ok 14 - created new session - OK ok 15 - sessionTime set to 1s - OK # Looks like you failed 8 tests of 15. dubious Test returned status 8 (wstat 2048, 0x800) DIED. FAILED tests 6-13 Failed 8/15 tests, 46.67% okay t/03_delete-self....1..5 ok 1 - use CGI::Persist::File; ok 2 - Fake request - OK ok 3 - CGI created - OK ok 4 - new ID ok 5 - cleaned self ok t/04_dbi............ok 1 - use CGI::Persist::DBI; ok 2 ok 3 ok 4 ok 5 ok 6 1..6 ok t/05_cache..........Can't locate Cache/File.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CGI-Persist\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CGI-Persist\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CGI-Persist\blib\lib/CGI/Persist/Cache.pm line 15. BEGIN failed--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CGI-Persist\blib\lib/CGI/Persist/Cache.pm line 15. Compilation failed in require at t/05_cache.t line 54. BEGIN failed--compilation aborted at t/05_cache.t line 54. dubious Test returned status 2 (wstat 512, 0x200) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02_request.t 8 2048 15 8 6-13 t/05_cache.t 2 512 ?? ?? ?? Failed 2/5 test scripts. 8/31 subtests failed. Files=5, Tests=31, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/5 test programs. 8/31 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x2' Stop.