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/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear John Peacock, This is a computer-generated test report for version-0.7203, created automatically by CPAN::Reporter, version 0.99_03, and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. Sections of this report: * Tester comments * Prerequisites * Environment and other context * Test output ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have ---------- ---- ---- Test::More 0 0.70 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: LANG = C PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin PERL5LIB = /home/sand/.cpan/build/zxid-0.19-ADr4We/blib/arch:/home/sand/.cpan/build/zxid-0.19-ADr4We/blib/lib PERL5_CPANPLUS_IS_RUNNING = 1 PERL5_CPAN_IS_RUNNING = 1 PERL_MM_USE_DEFAULT = 1 SHELL = /usr/bin/zsh TERM = screen Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = /home/src/perl/repoperls/installed-perls/perl/p0fQi13/[EMAIL PROTECTED]/bin/perl UID: $< = 1005 EUID: $> = 1005 GID: $( = 1005 1005 EGID: $) = 1005 1005 Perl module toolchain versions installed: Module Have ------------------- ------- CPAN 1.91_53 Cwd 3.25 ExtUtils::CBuilder 0.19 ExtUtils::Command 1.13 ExtUtils::Install 1.41 ExtUtils::MakeMaker 6.36 ExtUtils::Manifest 1.51 ExtUtils::ParseXS 2.16_01 File::Spec 3.25 Module::Build 0.2808 Module::Signature 0.55 Test::Harness 2.64 Test::More 0.70 YAML 0.62 YAML::Syck 0.96 version 0.6701 ------------------------------ TEST OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/p0fQi13/[EMAIL PROTECTED]/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01base....... # Failed test 'use version;' # at t/01base.t line 10. # Tried to use 'version'. # Error: version version 0.670300 (v0.670.300) required--this is only version 0.670100 (v0.670.100) at (eval 3) line 2. # BEGIN failed--compilation aborted at t/01base.t line 10. # Failed test '5.005_03 eq 5.00503' # at t/coretests.pm line 16. # got: '5.005030' # expected: '5.00503' # Failed test '1.23 eq "1.23"' # at t/coretests.pm line 18. # got: '1.230' # expected: '1.23' # Failed test '"5.005_03" eq "5.005_03"' # at t/coretests.pm line 23. # got: '5.005_030' # expected: '5.005_03' # Failed test '"v1.23" eq "v1.23"' # at t/coretests.pm line 25. # got: 'v1.23.0' # expected: 'v1.23' # Failed test '5.006.001 eq v5.6.1' # at t/coretests.pm line 32. # got: 'v5.6.1' # expected: '5.006.001' # Failed test 'alpha version 1.2.3_4 eq v1.2.3_4' # at t/coretests.pm line 34. # got: 'v1.2.3_4' # expected: '1.2.3_4' # Failed test '$version eq "99"' # at t/coretests.pm line 69. # got: '99.000' # expected: '99' Undefined subroutine &main::qv called at t/coretests.pm line 191. # Looks like you failed 8 tests of 63. # Looks like your test died just after 63. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5, 7-8, 14 Failed 8/63 tests, 87.30% okay t/02derived.... # Failed test 'use version;' # at t/02derived.t line 10. # Tried to use 'version'. # Error: version version 0.670300 (v0.670.300) required--this is only version 0.670100 (v0.670.100) at (eval 3) line 2. # BEGIN failed--compilation aborted at t/02derived.t line 10. # Failed test '5.005_03 eq 5.00503' # at t/coretests.pm line 16. # got: '5.005030' # expected: '5.00503' # Failed test '1.23 eq "1.23"' # at t/coretests.pm line 18. # got: '1.230' # expected: '1.23' # Failed test '"5.005_03" eq "5.005_03"' # at t/coretests.pm line 23. # got: '5.005_030' # expected: '5.005_03' # Failed test '"v1.23" eq "v1.23"' # at t/coretests.pm line 25. # got: 'v1.23.0' # expected: 'v1.23' # Failed test '5.006.001 eq v5.6.1' # at t/coretests.pm line 32. # got: 'v5.6.1' # expected: '5.006.001' # Failed test 'alpha version 1.2.3_4 eq v1.2.3_4' # at t/coretests.pm line 34. # got: 'v1.2.3_4' # expected: '1.2.3_4' # Failed test '$version eq "99"' # at t/coretests.pm line 69. # got: '99.000' # expected: '99' # Failed test 'qv("1.2") == "1.2.0"' # at t/coretests.pm line 192. # got: 'v1.2.0' # expected: 'v1.2' # Failed test 'qv(1.2) == "1.2.0"' # at t/coretests.pm line 194. # got: 'v1.2.0' # expected: 'v1.2' # Failed test 'version->new() doesn't clone' # at t/coretests.pm line 205. # got: '0.000' # expected: '0' # Failed test '$version->new("1.2.3") works too' # at t/coretests.pm line 207. # got: 'v1.2.3' # expected: '1.2.3' # Failed test 'CPAN-style alpha version' # at t/coretests.pm line 219. # got: '1.23_0100' # expected: '1.23_01' # Failed test 'Make sure very small versions don't freak' # at t/coretests.pm line 389. # 'www version 0.000008 (v0.0.8) required--this is only version 0.000004 (v0.0.4) at (eval 57) line 1. # BEGIN failed--compilation aborted at (eval 57) line 1. # ' # doesn't match '(?-xism:^www version 0.000008 required)' # Failed test 'Comparing vs. version with no decimal' # at t/coretests.pm line 392. # 'www version 1.000 (v1.0.0) required--this is only version 0.000004 (v0.0.4) at (eval 59) line 1. # BEGIN failed--compilation aborted at (eval 59) line 1. # ' # doesn't match '(?-xism:^www version 1 required)' # Failed test 'Comparing vs. version with decimal only' # at t/coretests.pm line 395. # 'www version 1.000 (v1.0.0) required--this is only version 0.000004 (v0.0.4) at (eval 61) line 1. # BEGIN failed--compilation aborted at (eval 61) line 1. # ' # doesn't match '(?-xism:^www version 1 required)' # Failed test 'Make sure very small versions don't freak' # at t/coretests.pm line 404. # 'www version 0.000008 (v0.0.8) required--this is only version 0.000004 (v0.0.4) at (eval 63) line 1. # BEGIN failed--compilation aborted at (eval 63) line 1. # ' # doesn't match '(?-xism:^www version v0.0.8 required)' # Failed test 'No undef warnings' # at t/coretests.pm line 409. # got: '0.000004' # expected: '0.0.4' # Failed test 'User typed numeric so we error with numeric' # at t/coretests.pm line 441. # 'uuu version 1.001 (v1.1.0) required--this is only version 1.000 (v1.0.0) at (eval 69) line 1. # BEGIN failed--compilation aborted at (eval 69) line 1. # ' # doesn't match '(?-xism:^uuu version 1.001 required)' # Failed test 'User typed extended so we error with extended' # at t/coretests.pm line 444. # 'uuu version 1.001 (v1.1.0) required--this is only version 1.000 (v1.0.0) at (eval 71) line 1. # BEGIN failed--compilation aborted at (eval 71) line 1. # ' # doesn't match '(?-xism:^uuu version v1.1.0 required)' # Failed test 'Locale doesn't apply to version objects' # at t/coretests.pm line 468. # got: '1.230' # expected: '1.23' # Looks like you failed 21 tests of 133. dubious Test returned status 21 (wstat 5376, 0x1500) DIED. FAILED tests 1, 7-10, 12-13, 19, 69-70, 75-76, 79, 114-117, 119, 123-124, 126 Failed 21/133 tests, 84.21% okay t/03require.... # Failed test '5.005_03 eq 5.00503' # at t/coretests.pm line 16. # got: '5.005030' # expected: '5.00503' # Failed test '1.23 eq "1.23"' # at t/coretests.pm line 18. # got: '1.230' # expected: '1.23' # Failed test '"5.005_03" eq "5.005_03"' # at t/coretests.pm line 23. # got: '5.005_030' # expected: '5.005_03' # Failed test '"v1.23" eq "v1.23"' # at t/coretests.pm line 25. # got: 'v1.23.0' # expected: 'v1.23' # Failed test '5.006.001 eq v5.6.1' # at t/coretests.pm line 32. # got: 'v5.6.1' # expected: '5.006.001' # Failed test 'alpha version 1.2.3_4 eq v1.2.3_4' # at t/coretests.pm line 34. # got: 'v1.2.3_4' # expected: '1.2.3_4' # Failed test '$version eq "99"' # at t/coretests.pm line 69. # got: '99.000' # expected: '99' # Failed test 'version->new() doesn't clone' # at t/coretests.pm line 205. # got: '0.000' # expected: '0' # Failed test '$version->new("1.2.3") works too' # at t/coretests.pm line 207. # got: 'v1.2.3' # expected: '1.2.3' # Failed test 'CPAN-style alpha version' # at t/coretests.pm line 219. # got: '1.23_0100' # expected: '1.23_01' # Failed test 'Make sure very small versions don't freak' # at t/coretests.pm line 389. # 'www version 0.000008 (v0.0.8) required--this is only version 0.000004 (v0.0.4) at (eval 55) line 1. # BEGIN failed--compilation aborted at (eval 55) line 1. # ' # doesn't match '(?-xism:^www version 0.000008 required)' # Failed test 'Comparing vs. version with no decimal' # at t/coretests.pm line 392. # 'www version 1.000 (v1.0.0) required--this is only version 0.000004 (v0.0.4) at (eval 57) line 1. # BEGIN failed--compilation aborted at (eval 57) line 1. # ' # doesn't match '(?-xism:^www version 1 required)' # Failed test 'Comparing vs. version with decimal only' # at t/coretests.pm line 395. # 'www version 1.000 (v1.0.0) required--this is only version 0.000004 (v0.0.4) at (eval 59) line 1. # BEGIN failed--compilation aborted at (eval 59) line 1. # ' # doesn't match '(?-xism:^www version 1 required)' # Failed test 'Make sure very small versions don't freak' # at t/coretests.pm line 404. # 'www version 0.000008 (v0.0.8) required--this is only version 0.000004 (v0.0.4) at (eval 61) line 1. # BEGIN failed--compilation aborted at (eval 61) line 1. # ' # doesn't match '(?-xism:^www version v0.0.8 required)' # Failed test 'No undef warnings' # at t/coretests.pm line 409. # got: '0.000004' # expected: '0.0.4' # Failed test 'User typed numeric so we error with numeric' # at t/coretests.pm line 441. # 'uuu version 1.001 (v1.1.0) required--this is only version 1.000 (v1.0.0) at (eval 67) line 1. # BEGIN failed--compilation aborted at (eval 67) line 1. # ' # doesn't match '(?-xism:^uuu version 1.001 required)' # Failed test 'User typed extended so we error with extended' # at t/coretests.pm line 444. # 'uuu version 1.001 (v1.1.0) required--this is only version 1.000 (v1.0.0) at (eval 69) line 1. # BEGIN failed--compilation aborted at (eval 69) line 1. # ' # doesn't match '(?-xism:^uuu version v1.1.0 required)' # Failed test 'Locale doesn't apply to version objects' # at t/coretests.pm line 468. # got: '1.230' # expected: '1.23' # Looks like you failed 18 tests of 124. dubious Test returned status 18 (wstat 4608, 0x1200) DIED. FAILED tests 3-6, 8-9, 15, 71-72, 75, 110-113, 115, 119-120, 122 Failed 18/124 tests, 85.48% okay (less 4 skipped tests: 102 okay, 82.26%) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01base.t 255 65280 63 8 1-5 7-8 14 t/02derived.t 21 5376 133 21 1 7-10 12-13 19 69-70 75-76 79 114-117 119 123-124 126 t/03require.t 18 4608 124 18 3-6 8-9 15 71-72 75 110-113 115 119-120 122 4 subtests skipped. Failed 3/3 test scripts. 47/320 subtests failed. Files=3, Tests=320, 1 wallclock secs ( 0.90 cusr + 0.06 csys = 0.96 CPU) Failed 3/3 test programs. 47/320 subtests failed. make: *** [test_dynamic] Error 18 -- Summary of my perl5 (revision 5 version 9 subversion 4) configuration: Platform: osname=linux, osvers=2.6.17-2-k7, archname=i686-linux-64int uname='linux k75 2.6.17-2-k7 #1 smp thu aug 31 13:27:53 utc 2006 i686 gnulinux ' config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/p0fQi13/[EMAIL PROTECTED] -Dinstallusrbinperl=n -Uversiononly -Doptimize=-g -des -Duse64bitint -Dusedevel' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-g', cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='4.0.4 20060507 (prerelease) (Debian 4.0.3-3)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long long', ivsize=8, 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'
