Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe Build --makefile_env_macros 1 test C:\cpanrun-5.8\build\5-8-0\bin\perl.exe b\zoid.PL C:\cpanrun-5.8\build\5-8-0\bin\perl.exe b\test.PL Copying bin\zoid -> blib\script\zoid Changing sharpbang in blib\script\zoid to C:\cpanrun-5.8\build\5-8-0\bin\perl.exeDeleting blib\script\zoid.bak C:\cpanrun-5.8\build\5-8-0\bin\perl.exe b\Config.PL Could not write to file: blib\lib\Zoidberg.pm at b\Config.PL line 42. t\00_use_ok................1..17 ok 1 - use Bundle::Zoidberg; ok 2 - use Zoidberg; ok 3 - use Zoidberg::Contractor; ok 4 - use Zoidberg::DispatchTable; ok 5 - use Zoidberg::Fish; ok 6 - use Zoidberg::Fish::Commands; ok 7 - use Zoidberg::Fish::Intel; ok 8 - use Zoidberg::Fish::Log; ok 9 - use Zoidberg::Fish::ReadLine; ok 10 - use Zoidberg::PluginHash; ok 11 - use Zoidberg::Shell; ok 12 - use Zoidberg::StringParser; ok 13 - use Zoidberg::Utils; ok 14 - use Zoidberg::Utils::Error; # Failed test (t\00_use_ok.t at line 16) # Tried to use 'Zoidberg::Utils::FileSystem'. # Error: Too many arguments for Encode::decode_utf8 at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Zoidberg\blib\lib/Zoidberg/Utils/FileSystem.pm line 54, near "1)" # Compilation failed in require at (eval 26) line 2. not ok 15 - use Zoidberg::Utils::FileSystem; ok 16 - use Zoidberg::Utils::GetOpt; ok 17 - use Zoidberg::Utils::Output; # Looks like you failed 1 tests of 17. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 15 Failed 1/17 tests, 94.12% okay t\30_dispatchtable.........1..19 ok 1 - table transparency to code refs ok 2 - basic redirection for table ok 3 - function from other object for table ok 4 - array data type in table ok 5 - wipe cleans table ok 6 - splice returns hash ok 7 - basic redirection on parent from table ok 8 - function from object on parent from table ok 9 - function from parent on parent from table ok 10 - No unwanted autovification in table ok 11 - keys list is correct ok 12 - pushing stack ok 13 - stack call 1 ok 14 - stack call 2 ok 15 - stack with tags ok 16 - pop stack ok 17 - empty stack ok 18 - recursive hash 1 ok 19 - recursive hash 2 ok t\31_ZoidbergError.........1..3 # Failed test (t\31_ZoidbergError.t at line 21) not ok 1 - basic exception # Structures begin differing at: # $got->{stack}[0][1] = 't\31_ZoidbergError.t' # $expected->{stack}[0][1] = 't/31_ZoidbergError.t' # Failed test (t\31_ZoidbergError.t at line 35) not ok 2 - overloaded use # Structures begin differing at: # $got->{stack}[0][1] = 't\31_ZoidbergError.t' # $expected->{stack}[0][1] = 't/31_ZoidbergError.t' # Failed test (t\31_ZoidbergError.t at line 49) not ok 3 - bug reporting # Structures begin differing at: # $got->{stack}[0][1] = 't\31_ZoidbergError.t' # $expected->{stack}[0][1] = 't/31_ZoidbergError.t' # Looks like you failed 3 tests of 3. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t\32_ZoidbergUtils.........1..3 ok 1 - use Zoidberg::Utils; ok 2 - read_data_file seems to work Too many arguments for Encode::decode_utf8 at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Zoidberg\blib\lib/Zoidberg/Utils/FileSystem.pm line 54, near "1)" Compilation failed in require at (eval 3) line 2. BEGIN failed--compilation aborted at (eval 3) line 2. ...propagated at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Zoidberg\blib\lib/Zoidberg/Utils.pm line 38. # Looks like you planned 3 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t\33_GetOpt................1..17 ok 1 - simple hash ok 2 - hash ref argument ok 3 - only options ok 4 - only args ok 5 - options and args ok 6 - option seperator ok 7 - empty string assignment ok 8 - hash config ok 9 - option with array arg ok 10 - option with array ref arg ok 11 - non-gnu long options ok 12 - options with hash ref argument ok 13 - globs ok 14 - checking precedence ok 15 - glob arguments ok 16 - no arg 1 ok 17 - no arg 2 ok t\40_StringParse_simple....1..13 ok 1 - simple split ok 2 - null value ok 3 - nested nests ok 4 - quoted nests ok 5 - basic split ok 6 - basic array input ok 7 - max parts integer ok 8 - advanced with array gram ok 9 - escape removal and escaping ok 10 - base gram works ok 11 - no_split_intel setting works ok 12 - allow_broken works ok 13 - raising an error works ok t\41_default_grammar.......1..20 # script grammar ok 1 - simple pipeline 1 ok 2 - simple pipeline 2 ok 3 - some non word chars ok 4 - simple logic and ok 5 - simple logic or ok 6 - logic list 1 ok 7 - logic list 2 # word grammar ok 8 - simple statement ok 9 - another statement ok 10 - escape whitespace # 3 grammars and parse_words ok 11 - escape throughput ok 12 - escape throughput 1 ok 13 - GLOB_BRACE ok 14 - GLOB_QUOTE ok 15 - empty command ok 16 - quoted assignment ok 17 - -> isn't redir ok 18 - => isn't redir ok 19 - zero value # rest ok 20 - base_gram works ok t\42_dezoidify.............1..7 # ->dus => $shell->dus ok 1 - basic # $f00->dus => $f00->dus ok 2 - normal arrow # ->Plug => $shell->Plug ok 3 - objects # print 'OK' if ->{settings}{notify} => print 'OK' if $shell->{settings}{notify} ok 4 - old quoting bug # print $PATH, "\n" => print $ENV{PATH}, "\n" ok 5 - env variabele # ->->->'->->->' => $shell->$shell->$shell->'->->->' ok 6 - rubish 1 # $$@dus$$ => $$@dus$$ ok 7 - rubish 2 ok t\90_full..................1..29 FAILED tests 1-29 Failed 29/29 tests, 0.00% okay t\91_full_Shell............1..20 The getpgrp() function is unimplemented at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Zoidberg\blib\lib/Zoidberg/Contractor.pm line 87. Zoidberg was not properly cleaned up. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-20 Failed 20/20 tests, 0.00% okay t\92_builtins..............1..13 The getpgrp() function is unimplemented at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Zoidberg\blib\lib/Zoidberg/Contractor.pm line 87. Zoidberg was not properly cleaned up. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-13 Failed 13/13 tests, 0.00% okay Failed 6/11 test scripts, 45.45% okay. 67/161 subtests failed, 58.39% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\00_use_ok.t 1 256 17 1 5.88% 15 t\31_ZoidbergError.t 3 768 3 3 100.00% 1-3 t\32_ZoidbergUtils.t 255 65280 3 1 33.33% 3 t\90_full.t 29 29 100.00% 1-29 t\91_full_Shell.t 255 65280 20 20 100.00% 1-20 t\92_builtins.t 255 65280 13 13 100.00% 1-13 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop. HTMLifying blib\lib\Bundle\Zoidberg.pm -> blib\libhtml\site\lib\Bundle\Zoidberg.html HTMLifying blib\lib\Zoidberg\Fish.pm -> blib\libhtml\site\lib\Zoidberg\Fish.html HTMLifying blib\lib\Zoidberg\PluginHash.pm -> blib\libhtml\site\lib\Zoidberg\PluginHash.html HTMLifying blib\lib\Zoidberg\Fish\Log.pm -> blib\libhtml\site\lib\Zoidberg\Fish\Log.html HTMLifying blib\lib\Zoidberg.pm -> blib\libhtml\site\lib\Zoidberg.html