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 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t\0-pod.t t\1-basic.t t\2-icon.t t\3-manifest.t t\0-pod.........1..27 ok 1 - blib\script\exe_update.pl ok 2 - blib\lib\Win32\Exe.pm ok 3 - blib\lib\Win32\Exe\Base.pm ok 4 - blib\lib\Win32\Exe\DataDirectory.pm ok 5 - blib\lib\Win32\Exe\DebugDirectory.pm ok 6 - blib\lib\Win32\Exe\DebugTable.pm ok 7 - blib\lib\Win32\Exe\IconFile.pm ok 8 - blib\lib\Win32\Exe\PE.pm ok 9 - blib\lib\Win32\Exe\Resource.pm ok 10 - blib\lib\Win32\Exe\ResourceData.pm ok 11 - blib\lib\Win32\Exe\ResourceEntry.pm ok 12 - blib\lib\Win32\Exe\ResourceTable.pm ok 13 - blib\lib\Win32\Exe\Section.pm ok 14 - blib\lib\Win32\Exe\PE\Header.pm ok 15 - blib\lib\Win32\Exe\Resource\GroupIcon.pm ok 16 - blib\lib\Win32\Exe\Resource\Icon.pm ok 17 - blib\lib\Win32\Exe\Resource\Manifest.pm ok 18 - blib\lib\Win32\Exe\Resource\Version.pm ok 19 - blib\lib\Win32\Exe\ResourceEntry\Id.pm ok 20 - blib\lib\Win32\Exe\ResourceEntry\Name.pm ok 21 - blib\lib\Win32\Exe\Section\Code.pm ok 22 - blib\lib\Win32\Exe\Section\Data.pm ok 23 - blib\lib\Win32\Exe\Section\Debug.pm ok 24 - blib\lib\Win32\Exe\Section\Exports.pm ok 25 - blib\lib\Win32\Exe\Section\Imports.pm ok 26 - blib\lib\Win32\Exe\Section\Resources.pm ok 27 - blib\lib\Win32\Exe\PE\Header\PE32.pm ok t\1-basic.......1..21 ok 1 - use Win32::Exe; ok 2 - read_file ok 3 - The object isa Win32::Exe ok 4 - roundtrip ok 5 - Subsystem ok 6 - SetSubsystem ok 7 - SetSubsystem with uppercase string Can't locate object method "_unoverload_str" via package "Test::Builder" at C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Win32-Exe/t/../inc/Test/More.pm line 802. main::__ANON__('Can\'t locate object method "_unoverload_str" via package "Te...') called at C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Win32-Exe/t/../inc/Test/More.pm line 802 Test::More::is_deeply('ARRAY(0x2005de8)','ARRAY(0x2005e30)','sections') called at t\1-basic.t line 30 # Looks like you planned 21 tests but only ran 7. dubious Test returned status 14 (wstat 3584, 0xe00) DIED. FAILED tests 8-21 Failed 14/21 tests, 33.33% okay t\2-icon........1..14 ok 1 - use Win32::Exe::IconFile; ok 2 - read_file ok 3 - The object isa Win32::Exe::IconFile ok 4 - roundtrip ok 5 - roundtrip with dump_iconfile ok 6 - Image1 size fits ok 7 - Image2 size fits ok 8 - The object isa Win32::Exe ok 9 - roundtrip with dump_iconfile ok 10 - roundtrip after set_icons ok 11 - read_file ok 12 - dump size correct after set_icons ok 13 - Win32::Exe->new($icon) should raise an exception ok 14 - exception wording is correct ok t\3-manifest....1..4 ok 1 - use Win32::Exe; ok 2 - The object isa Win32::Exe ok 3 - The object isa Win32::Exe::Resource::Manifest ok 4 ok Failed 1/4 test scripts, 75.00% okay. 14/66 subtests failed, 78.79% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\1-basic.t 14 3584 21 14 66.67% 8-21 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0xff' Stop.