Checking if your kit is complete... Looks good Writing Makefile for Win32::Exe cp lib/Win32/Exe/DebugTable.pm blib/lib/Win32/Exe/DebugTable.pm cp lib/Win32/Exe/PE.pm blib/lib/Win32/Exe/PE.pm cp lib/Win32/Exe/ResourceTable.pm blib/lib/Win32/Exe/ResourceTable.pm cp lib/Win32/Exe/Resource/GroupIcon.pm blib/lib/Win32/Exe/Resource/GroupIcon.pm cp lib/Win32/Exe/ResourceEntry/Name.pm blib/lib/Win32/Exe/ResourceEntry/Name.pm cp lib/Win32/Exe/Section.pm blib/lib/Win32/Exe/Section.pm cp lib/Win32/Exe/Section/Code.pm blib/lib/Win32/Exe/Section/Code.pm cp lib/Win32/Exe.pm blib/lib/Win32/Exe.pm cp lib/Win32/Exe/Base.pm blib/lib/Win32/Exe/Base.pm cp lib/Win32/Exe/Resource/Version.pm blib/lib/Win32/Exe/Resource/Version.pm cp lib/Win32/Exe/Section/Data.pm blib/lib/Win32/Exe/Section/Data.pm cp lib/Win32/Exe/Section/Debug.pm blib/lib/Win32/Exe/Section/Debug.pm cp lib/Win32/Exe/Section/Imports.pm blib/lib/Win32/Exe/Section/Imports.pm cp lib/Win32/Exe/ResourceEntry/Id.pm blib/lib/Win32/Exe/ResourceEntry/Id.pm cp lib/Win32/Exe/ResourceData.pm blib/lib/Win32/Exe/ResourceData.pm cp lib/Win32/Exe/Resource/Icon.pm blib/lib/Win32/Exe/Resource/Icon.pm cp lib/Win32/Exe/Section/Exports.pm blib/lib/Win32/Exe/Section/Exports.pm cp lib/Win32/Exe/PE/Header.pm blib/lib/Win32/Exe/PE/Header.pm cp lib/Win32/Exe/Resource/Manifest.pm blib/lib/Win32/Exe/Resource/Manifest.pm cp lib/Win32/Exe/PE/Header/PE32.pm blib/lib/Win32/Exe/PE/Header/PE32.pm cp lib/Win32/Exe/DebugDirectory.pm blib/lib/Win32/Exe/DebugDirectory.pm cp lib/Win32/Exe/DataDirectory.pm blib/lib/Win32/Exe/DataDirectory.pm cp lib/Win32/Exe/IconFile.pm blib/lib/Win32/Exe/IconFile.pm cp lib/Win32/Exe/Section/Resources.pm blib/lib/Win32/Exe/Section/Resources.pm cp lib/Win32/Exe/ResourceEntry.pm blib/lib/Win32/Exe/ResourceEntry.pm cp lib/Win32/Exe/Resource.pm blib/lib/Win32/Exe/Resource.pm cp script/exe_update.pl blib/script/exe_update.pl /Users/cpanrun/build/5.10.0/bin/perl "-Iinc" "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/exe_update.pl Manifying blib/man1/exe_update.pl.1 Manifying blib/man3/Win32::Exe.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.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 ok 8 - sections ok 9 - roundtrip after refresh ok 10 - The object isa Win32::Exe::Section ok 11 - roundtrip after sections refresh ok 12 - The object isa Win32::Exe::Section::Resources ok 13 - roundtrip after resources refresh ok 14 - resource names ok 15 - pathname ok 16 - version->info ok 17 - version->get ok 18 - version->set took effect ok 19 - version->set remains after refresh ok 20 - dump changed after resources refresh ok 21 - roundtrip after resource refresh ok 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 All tests successful. Files=4, Tests=66, 1 wallclock secs ( 1.20 cusr + 0.28 csys = 1.48 CPU) make: *** [htmlifypods] Hangup