Checking if your kit is complete... Looks good Writing Makefile for Tie::SaveLater cp lib/Tie/DataDumper.pm blib/lib/Tie/DataDumper.pm cp lib/Tie/SaveLater.pm blib/lib/Tie/SaveLater.pm cp lib/Tie/Storable.pm blib/lib/Tie/Storable.pm cp lib/Tie/YAML.pm blib/lib/Tie/YAML.pm Manifying blib/man3/Tie::Storable.3 Manifying blib/man3/Tie::SaveLater.3 Manifying blib/man3/Tie::DataDumper.3 Manifying blib/man3/Tie::YAML.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load..........1..1 ok 1 - use Tie::SaveLater; ok t/01-datadumper.... # Failed test 'use Tie::DataDumper;' # at t/01-datadumper.t line 7. # Tried to use 'Tie::DataDumper'. # Error: Can't locate object method "make_subclasses" via package "Tie::DataDumper" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tie-SaveLater/blib/lib/Tie/DataDumper.pm line 11. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at t/01-datadumper.t line 7. not ok 1 - use Tie::DataDumper; Can't locate object method "TIEHASH" via package "Tie::DataDumper" at t/01-datadumper.t line 14. # Looks like you failed 1 test of 1. 1..1 # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/02-storable...... # Failed test 'use Tie::Storable;' # at t/02-storable.t line 7. # Tried to use 'Tie::Storable'. # Error: Can't locate object method "make_subclasses" via package "Tie::Storable" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tie-SaveLater/blib/lib/Tie/Storable.pm line 11. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at t/02-storable.t line 7. not ok 1 - use Tie::Storable; Can't locate object method "TIEHASH" via package "Tie::Storable" at t/02-storable.t line 14. # Looks like you failed 1 test of 1. 1..1 # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03-yaml..........1..0 # Skip YAML not available skipped all skipped: YAML not available Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-datadumper.t 255 65280 1 1 1 t/02-storable.t 255 65280 1 1 1 1 test skipped. Failed 2/4 test scripts. 2/3 subtests failed. Files=4, Tests=3, 1 wallclock secs ( 0.30 cusr + 0.09 csys = 0.39 CPU) Failed 2/4 test programs. 2/3 subtests failed. make: *** [test_dynamic] Error 255