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 Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp Cache.pm blib\lib\Tie\Cache.pm cp bench.pl blib\lib\Tie\bench.pl Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-Iblib\lib" "-Iblib\arch" test.pl ++++ Benchmarking operations on Tie::Cache of size 5000 [ timing ] insert of 5000 elements into normal %hash 0.02 CPU [ timing ] insert of 5000 elements into MaxCount Tie::Cache 0.22 CPU [ timing ] insert of 5000 elements into MaxBytes Tie::Cache 0.33 CPU [ timing ] reading 5000 elements from normal %hash 0.00 CPU [ timing ] reading 5000 elements from MaxCount Tie::Cache 0.13 CPU [ timing ] reading 5000 elements from MaxBytes Tie::Cache 0.13 CPU [ timing ] deleting 5000 elements from normal %hash 0.00 CPU [ timing ] deleting 5000 elements from MaxCount Tie::Cache 0.14 CPU [ timing ] deleting 5000 elements from MaxBytes Tie::Cache 0.09 CPU [ timing ] 10000 inserts overflowing MaxBytes Tie::Cache 0.75 CPU [ timing ] 10000 reads from overflowed MaxBytes Tie::Cache 0.20 CPU [ timing ] 10000 undef inserts, not affecting MaxBytes Tie::Cache 0.19 CPU [ timing ] 10000 undef reads, not affecting MaxBytes Tie::Cache 0.20 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() Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Tie\Cache.html Installing C:\cpanrun\build\5-10-0\site\lib\Tie\bench.pl Installing C:\cpanrun\build\5-10-0\site\lib\Tie\Cache.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod