This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
--
Dear Joshua Chamas,
This is a computer-generated report for Tie-Cache-0.17
on perl
5.8.8, created by CPAN-Reporter-1.1601.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /
home/tester/perl-5.8.8/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.16 CPU
[ timing ] insert of 5000 elements into MaxBytes Tie::Cache 0.23 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.10 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.05 CPU
[ timing ] 10000 inserts overflowing MaxBytes Tie::Cache 0.51 CPU
[ timing ] 10000 reads from overflowed MaxBytes Tie::Cache 0.15 CPU
[ timing ] 10000 undef inserts, not affecting MaxBytes Tie::Cache 0.11 CPU
[ timing ] 10000 undef reads, not affecting MaxBytes Tie::Cache 0.15 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()
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US
LC_COLLATE = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/usr/lib/qt/bin:/usr/share/texmf/bin
PERL5LIB =
PERL5_CPANPLUS_IS_RUNNING = 11662
PERL5_CPAN_IS_RUNNING = 11662
SHELL = /bin/bash
TERM = linux
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /
home/tester/perl-5.8.8/bin/perl
$UID/$EUID = 1016 / 1016
$GID = 100 100 19 18 17 11
$EGID = 100 100 19 18 17 11
Perl module toolchain versions installed:
Module Have
------------------- ------
CPAN 1.9205
Cwd 3.2701
ExtUtils::CBuilder 0.23
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.54
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808
Module::Signature n/a
Test::Harness 3.13
Test::More 0.80
YAML 0.66
YAML::Syck n/a
version 0.76
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=
2.6.24.3, archname=i686-linux
uname='linux xbox
2.6.24.3 #1 mon mar 3 22:14:46 est 2008 i686 pentium4 i386 gnulinux '
config_args='-de -Uman1dir -Uman3dir -Dprefix=/
home/tester/perl-5.8.8 -Uinstallusrbinperl'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='
3.4.6', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/
lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='
2.3.6'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'