Checking if your kit is complete... Looks good Writing Makefile for Algorithm::Huffman Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp Huffman.pm blib\lib\Algorithm\Huffman.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/1......................1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Tue Jan 8 19:48:59 2008 # Current time GMT: Wed Jan 9 03:48:59 2008 # Using Test.pm version 1.25 ok 1 ok t/create_huffman_tree....1..13 Not a HASH reference at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Algorithm-Huffman\blib\lib/Algorithm/Huffman.pm line 198. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-13 Failed 13/13 tests, 0.00% okay t/encode_bitstring.......1..102 Not a HASH reference at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Algorithm-Huffman\blib\lib/Algorithm/Huffman.pm line 198. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-102 Failed 102/102 tests, 0.00% okay t/wrong_parameter........1..10 ok 1 - ->new() ok 2 - ->new(undef) ok 3 - ->new(\undef) ok 4 - ->new([]) ok 5 - ->new({}) ok 6 - ->new({a => 1}) # Failed test '->new({a => 1, b => 1})' # at t/wrong_parameter.t line 42. not ok 7 - ->new({a => 1, b => 1}) # died: Not a HASH reference at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Algorithm-Huffman\blib\lib/Algorithm/Huffman.pm line 198. ok 8 - ->new({a => 1, b => 1, c => one}) # Failed test '->new({a => 1, b => 1, c => 0})' not ok 9 - ->new({a => 1, b => 1, c => 0}) # at t/wrong_parameter.t line 51. # died: Not a HASH reference at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Algorithm-Huffman\blib\lib/Algorithm/Huffman.pm line 198. # Looks like you failed 2 tests of 10. ok 10 - ->new({a => 1, b => 1, c => -1}) dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 7, 9 Failed 2/10 tests, 80.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/create_huffman_tree.t 255 65280 13 26 1-13 t/encode_bitstring.t 255 65280 102 204 1-102 t/wrong_parameter.t 2 512 10 2 7 9 Failed 3/4 test scripts. 117/126 subtests failed. Files=4, Tests=126, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 3/4 test programs. 117/126 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x2' Stop.