Checking if your kit is complete... Looks good Writing Makefile for Module::Info cp lib/B/BUtils.pm blib/lib/B/BUtils.pm cp lib/B/Module/Info.pm blib/lib/B/Module/Info.pm cp lib/Module/Info.pm blib/lib/Module/Info.pm cp bin/pfunc blib/script/pfunc /export/home/cpanrun/build/5.6.1/bin/perl -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/pfunc cp bin/module_info blib/script/module_info /export/home/cpanrun/build/5.6.1/bin/perl -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/module_info Manifying blib/man3/B::BUtils.3 Manifying blib/man1/pfunc.1 Manifying blib/man1/module_info.1 Manifying blib/man3/Module::Info.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/Module-Info.......1..59 ok 1 - use Module::Info; ok 2 - Module::Info->can(...) ok 3 - new_from_file isa Module::Info ok 4 - has no name ok 5 - name set ok 6 - version() ok 7 - has no inc_dir ok 8 - file() ok 9 - not a core module ok 10 - Found three packages inside ok 11 - and its what we want ok 12 - 1 package with package_versions() not ok 13 - version is correct # Failed test (t/Module-Info.t at line 89) # got: 'ΔΆ' # expected: '0.310' ok 14 - Found all the subroutines ok 15 - names # Failed test (t/Module-Info.t at line 97) # got: '8' # expected: '7' # Failed test (t/Module-Info.t at line 98) # Structures begin differing at: # $got->[2] = 'Cwd' # $expected->[2] = 'File::Spec' not ok 16 - Found all modules used not ok 17 - the right ones ok 18 - new_from_module isa Module::Info ok 19 - name() ok 20 - version() ok 21 - inc_dir ok 22 - file() ok 23 - not a core module ok 24 - name() ok 25 - inc_dir() ok 26 - file() ok 27 - core module ok 28 - new_from_module isa Module::Info ok 29 - name() ok 30 - version() ok 31 - inc_dir ok 32 - file() ok 33 - not a core module ok 34 - all_installed() returned something ok 35 - they're all Module::Info objects ok 36 - all_installed isa Module::Info ok 37 - name() ok 38 - version() ok 39 - not a core module ok 40 - all_installed() returned something ok 41 - they're all Module::Info objects ok 42 - new_from_loaded ok 43 - Found two packages inside ok 44 - they're right ok 45 - 2 packages with package_versions() ok 46 - version is correct ok 47 - no version present ok 48 - Found two subroutine ok 49 - its right # start 21, end 22 ok 50 - start line ok 51 - end line ok 52 - modules_used ok 53 ok 54 - isa ok 55 ok 56 - subroutines_called ok 57 ok 58 - modules_used with complex BEGIN block ok 59 - Cwd # Looks like you failed 3 tests of 59. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 13, 16-17 Failed 3/59 tests, 94.92% okay t/n0_die_on_error...1..4 ok 1 - does not die if compilation is ok ok 2 - does not die unless die_on_compilation_error is set ok 3 - dies if die_on_compilation_error is set ok 4 - does not warn if die_on_compilation_error is set ok t/n1_modules_required.1..3 ok 1 - Got the correct modules ok 2 - Got the correct versions when specified ok 3 - Got no version when not specified ok t/n2_safe...........1..7 ok 1 ok 2 ok 3 - safe attribute is per-object ok 4 ok 5 - $Moo::VERSION is unsafe ok 6 ok 7 - $Foo::VERSION is safe ok t/n3_version........1..14 ok 1 ok 2 ok 3 - proper quoting in complex expression ok 4 ok 5 - The object isa version ok 6 ok 7 - The object isa version ok 8 ok 9 # skip version.pm found, can not test ok 10 # skip version.pm found, can not test ok 11 # skip version.pm found, can not test ok 12 # skip version.pm found, can not test ok 13 # skip version.pm found, can not test ok 14 # skip version.pm found, can not test ok, 6/14 skipped: version.pm found, can not test t/zy_pod_coverage...1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/zz_pod............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/Module-Info.t 3 768 59 3 5.08% 13, 16-17 2 tests and 6 subtests skipped. Failed 1/7 test scripts, 85.71% okay. 3/87 subtests failed, 96.55% okay. make: *** [test_dynamic] Error 29