Checking if your kit is complete... Looks good Writing Makefile for Tie::Cache::LRU::Expires cp Expires.pm blib/lib/Tie/Cache/LRU/Expires.pm Manifying blib/man3/Tie::Cache::LRU::Expires.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..7 test 1: using the module. ok 1 test 2: setting and getting. setting... getting... 6=test 6 7=test 7 8=test 8 9=test 9 10=test 10 entries in LRU cache:5 NTA.nlX.400, SMTP: Dit is gecached NTA.nlX.400,SMTP: Dit is gecached hans : Case insensitive? Hans: 73ok 2 test 3: expiry test: setting... 1..3 now, 4 and 5 two seconds later getting... 1=test 1 2=test 2 3=test 3 4=test 4 (2 secs apart) 5=test 5 (2 secs apart) entries in LRU cache:5 waiting 2 secs... getting... 4=test 4 (2 secs apart) 5=test 5 (2 secs apart) entries in LRU cache:5 waiting another 2 secs... getting... entries in LRU cache:5 ok 3 test4: testing the caching of arrays (including expiry) initializing the array... array:a array:b array:c putting the array in cache... changing entry 1 (out of 0, 1, 2)... getting the cached entry... array:a array:jojo array:c entries in LRU cache:5 printing the original variable... array:a array:jojo array:c putting an other array in cache (directly)... getting the cached entry... hans:1 hans:2 hans:3 hans:4 entries in LRU cache:5 waiting for 5 seconds... expired ok 4 test 5, overwriting cached entries writing 'hans' entry two times... result:entry1 entries in LRU cache:5 result:entry2 entries in LRU cache:5 ok 5 test 6: checking existance exists doesn't exist entries in LRU cache:5 waiting 5 seconds to check existance again doesn't exist anymore entries in LRU cache:5 clearing LRU cache.. ok 7 entries in LRU cache:0 Installing /Users/cpanrun/pristine/5.8.7/man/man3/Tie::Cache::LRU::Expires.3 Appending installation info to /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/perllocal.pod /bin/sh -c true