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 /home/cpanrun/pa-risc1.1/build/5.8.2/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.13 CPU [ timing ] insert of 5000 elements into MaxCount Tie::Cache 1.67 CPU [ timing ] insert of 5000 elements into MaxBytes Tie::Cache 2.24 CPU [ timing ] reading 5000 elements from normal %hash 0.04 CPU [ timing ] reading 5000 elements from MaxCount Tie::Cache 0.87 CPU [ timing ] reading 5000 elements from MaxBytes Tie::Cache 0.87 CPU [ timing ] deleting 5000 elements from normal %hash 0.09 CPU [ timing ] deleting 5000 elements from MaxCount Tie::Cache 1.04 CPU [ timing ] deleting 5000 elements from MaxBytes Tie::Cache 0.59 CPU [ timing ] 10000 inserts overflowing MaxBytes Tie::Cache 5.63 CPU [ timing ] 10000 reads from overflowed MaxBytes Tie::Cache 1.40 CPU [ timing ] 10000 undef inserts, not affecting MaxBytes Tie::Cache 0.89 CPU [ timing ] 10000 undef reads, not affecting MaxBytes Tie::Cache 1.29 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 /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/Tie/Cache.pm Installing /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/Tie/bench.pl Installing /home/cpanrun/pa-risc1.1/build/5.8.2/man/man3/Tie::Cache.3 Appending installation info to /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/PA-RISC1.1-thread-multi/perllocal.pod