Checking if your kit is complete... Warning: the following files are missing in your kit: MANIFEST.bak Please inform the author. Writing Makefile for Tie::Cache cp Cache.pm blib/lib/Tie/Cache.pm cp bench.pl blib/lib/Tie/bench.pl Manifying blib/man3/Tie::Cache.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl ++++ Benchmarking operations on Tie::Cache of size 5000 [ timing ] insert of 5000 elements into normal %hash 0.01 CPU [ timing ] insert of 5000 elements into MaxCount Tie::Cache 0.18 CPU [ timing ] insert of 5000 elements into MaxBytes Tie::Cache 0.24 CPU [ timing ] reading 5000 elements from normal %hash 0.00 CPU [ timing ] reading 5000 elements from MaxCount Tie::Cache 0.09 CPU [ timing ] reading 5000 elements from MaxBytes Tie::Cache 0.09 CPU [ timing ] deleting 5000 elements from normal %hash 0.01 CPU [ timing ] deleting 5000 elements from MaxCount Tie::Cache 0.11 CPU [ timing ] deleting 5000 elements from MaxBytes Tie::Cache 0.06 CPU [ timing ] 10000 inserts overflowing MaxBytes Tie::Cache 0.58 CPU [ timing ] 10000 reads from overflowed MaxBytes Tie::Cache 0.16 CPU [ timing ] 10000 undef inserts, not affecting MaxBytes Tie::Cache 0.15 CPU [ timing ] 10000 undef reads, not affecting MaxBytes Tie::Cache 0.17 CPU ++++ Testing for correctness OK ... number of keys in %cache = 5000 OK ... first key in %cache = 5001 OK ... last key in %cache = 10000 OK ... first key value in %cache = 5001 OK ... deleting key 5001; no value defined for deleted key OK ... existance of deleted key = ! exists OK ... first key in %cache after delete = 5002 OK ... keys in cache after delete = 4999 ++++ Stats for %cache count: 4999 hit: 10001 miss: 15001 bytes: 1219757 ++++ Testing TRUE CACHE ++++ OK ... read count == 0 pre reads OK ... read count == 100 post reads OK ... write count == 0 pre flush() OK ... write count == 100 post flush() OK ... write count == 100 post CLEAR() Installing /Users/cpanrun/build/5.10.0/site/lib/Tie/bench.pl Installing /Users/cpanrun/build/5.10.0/site/lib/Tie/Cache.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Tie::Cache.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod Can't locate object method "new" via package "ActivePerl::DocTools::TOC::HTML" at /Users/cpanrun/build/5.10.0/lib/ActivePerl/DocTools.pm line 29. make: *** [doc_update] Error 255