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-oKfMoj/blib/arch:/home/sand/.cpan/build/zxid-0.19-oKfMoj/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/pztoXzt/[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.15_02 File::Spec 3.25 Module::Build 0.2808 Module::Signature 0.55 Test::Harness 2.64 Test::More 0.70 YAML 0.65 YAML::Syck 0.96 version 0.53 ------------------------------ TEST OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pztoXzt/[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.530 (v0.530.0) 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.530 (v0.530.0) 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: 'v1.2.0' # 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 'Version string 'undef'' # at t/coretests.pm line 360. # 'Version string 'undef' contains invalid data; ignoring: 'undef' at t/coretests.pm line 359. # ' # matches '(?-xism:^Version string 'undef' contains invalid data)' # Failed test 'Very small version objects' # at t/coretests.pm line 374. # 'Version string '1e-06' contains invalid data; ignoring: '1e-06' at t/coretests.pm line 373. # ' # matches '(?-xism:^Version string '1e-06' contains invalid data)' Version string '8e-06' contains invalid data; ignoring: '8e-06' at (eval 57) line 1. # Failed test 'Make sure very small versions don't freak' # at t/coretests.pm line 389. # '' # 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)' Version string '8e-06' contains invalid data; ignoring: '8e-06' at (eval 63) line 1. # Failed test 'Make sure very small versions don't freak' # at t/coretests.pm line 404. # '' # doesn't match '(?-xism:^www version v0.0.8 required)' Version string '4e-06' contains invalid data; ignoring: '4e-06' at (eval 65) line 1. # Failed test 'No undef warnings' # at t/coretests.pm line 409. # got: '0.000004' # expected: '0.0.4' # Failed test 'make sure we exported qv() properly' # at t/coretests.pm line 425. Undefined subroutine &main::qv called at t/coretests.pm line 426. # Looks like you failed 21 tests of 121. # Looks like your test died just after 121. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 7-10, 12-13, 19, 69-70, 75-76, 79, 106, 113-117, 119, 121 Failed 21/121 tests, 82.64% 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: 'v1.2.3' # 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 'Version string 'undef'' # at t/coretests.pm line 360. # 'Version string 'undef' contains invalid data; ignoring: 'undef' at t/coretests.pm line 359. # ' # matches '(?-xism:^Version string 'undef' contains invalid data)' # Failed test 'Very small version objects' # at t/coretests.pm line 374. # 'Version string '1e-06' contains invalid data; ignoring: '1e-06' at t/coretests.pm line 373. # ' # matches '(?-xism:^Version string '1e-06' contains invalid data)' Version string '8e-06' contains invalid data; ignoring: '8e-06' at (eval 55) line 1. # Failed test 'Make sure very small versions don't freak' # at t/coretests.pm line 389. # '' # 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)' Version string '8e-06' contains invalid data; ignoring: '8e-06' at (eval 61) line 1. # Failed test 'Make sure very small versions don't freak' # at t/coretests.pm line 404. # '' # doesn't match '(?-xism:^www version v0.0.8 required)' Version string '4e-06' contains invalid data; ignoring: '4e-06' at (eval 63) line 1. # Failed test 'No undef warnings' # at t/coretests.pm line 409. # got: '0.000004' # expected: '0.0.4' # Failed test 'make sure we exported qv() properly' # at t/coretests.pm line 425. Undefined subroutine &main::qv called at t/coretests.pm line 426. # Looks like you failed 18 tests of 117. # Looks like your test died just after 117. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-6, 8-9, 15, 71-72, 75, 102, 109-113, 115, 117 Failed 18/117 tests, 84.62% okay (less 4 skipped tests: 95 okay, 81.20%) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01base.t 255 65280 63 8 1-5 7-8 14 t/02derived.t 255 65280 121 21 1 7-10 12-13 19 69-70 75-76 79 106 113-117 119 121 t/03require.t 255 65280 117 18 3-6 8-9 15 71-72 75 102 109-113 115 117 4 subtests skipped. Failed 3/3 test scripts. 47/301 subtests failed. Files=3, Tests=301, 1 wallclock secs ( 0.72 cusr + 0.04 csys = 0.76 CPU) Failed 3/3 test programs. 47/301 subtests failed. make: *** [test_dynamic] Error 255 -- Summary of my perl5 (revision 5 version 9 subversion 3) configuration: Platform: osname=linux, osvers=2.6.14, archname=i686-linux-64int uname='linux k75 2.6.14 #1 fri jan 27 16:22:47 cet 2006 i686 gnulinux ' config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/pztoXzt/[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 -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-g', cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include' ccversion='', gccversion='4.0.3 20060115 (prerelease) (Debian 4.0.2-7)', 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.5.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.3.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
