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 Dave Rolsky,
    
This is a computer-generated report for Params-Validate-0.88
on perl-5.00505, created automatically by CPAN-Reporter-1.01 
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 with your distribution.  If these results are 
not what you expect, please consult "Notes for CPAN Authors" on 
the CPAN Testers Wiki: http://cpantest.grango.org

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 /usr/local/bin/perl5.00505 "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-validate............ok
t/02-noop................ok
t/03-attribute...........skipped
        all skipped: no reason given
t/04-defaults............Use of uninitialized value at t/defaults.pl line 13.
Use of uninitialized value at t/defaults.pl line 13.
Use of uninitialized value at t/defaults.pl line 32.
Use of uninitialized value at t/defaults.pl line 32.
Use of uninitialized value at t/defaults.pl line 35.
Use of uninitialized value at t/defaults.pl line 35.
Use of uninitialized value at t/defaults.pl line 38.
Use of uninitialized value at t/defaults.pl line 38.
Use of uninitialized value at t/defaults.pl line 41.
Use of uninitialized value at t/defaults.pl line 41.
Use of uninitialized value at t/defaults.pl line 51.
Use of uninitialized value at t/defaults.pl line 51.
Use of uninitialized value at t/defaults.pl line 54.
Use of uninitialized value at t/defaults.pl line 54.
Use of uninitialized value at t/defaults.pl line 57.
Use of uninitialized value at t/defaults.pl line 57.
Use of uninitialized value at t/defaults.pl line 60.
Use of uninitialized value at t/defaults.pl line 60.
Use of uninitialized value at t/defaults.pl line 70.
Use of uninitialized value at t/defaults.pl line 70.
Use of uninitialized value at t/defaults.pl line 73.
Use of uninitialized value at t/defaults.pl line 73.
Use of uninitialized value at t/defaults.pl line 76.
Use of uninitialized value at t/defaults.pl line 76.
Use of uninitialized value at t/defaults.pl line 79.
Use of uninitialized value at t/defaults.pl line 79.
FAILED tests 2, 7-9, 12-14, 17-19
        Failed 10/21 tests, 52.38% okay
t/05-noop_default........Use of uninitialized value at t/defaults.pl line 13.
Use of uninitialized value at t/defaults.pl line 13.
Use of uninitialized value at t/defaults.pl line 32.
Use of uninitialized value at t/defaults.pl line 32.
Use of uninitialized value at t/defaults.pl line 35.
Use of uninitialized value at t/defaults.pl line 35.
Use of uninitialized value at t/defaults.pl line 38.
Use of uninitialized value at t/defaults.pl line 38.
Use of uninitialized value at t/defaults.pl line 41.
Use of uninitialized value at t/defaults.pl line 41.
Use of uninitialized value at t/defaults.pl line 51.
Use of uninitialized value at t/defaults.pl line 51.
Use of uninitialized value at t/defaults.pl line 54.
Use of uninitialized value at t/defaults.pl line 54.
Use of uninitialized value at t/defaults.pl line 57.
Use of uninitialized value at t/defaults.pl line 57.
Use of uninitialized value at t/defaults.pl line 60.
Use of uninitialized value at t/defaults.pl line 60.
Use of uninitialized value at t/defaults.pl line 70.
Use of uninitialized value at t/defaults.pl line 70.
Use of uninitialized value at t/defaults.pl line 73.
Use of uninitialized value at t/defaults.pl line 73.
Use of uninitialized value at t/defaults.pl line 76.
Use of uninitialized value at t/defaults.pl line 76.
Use of uninitialized value at t/defaults.pl line 79.
Use of uninitialized value at t/defaults.pl line 79.
FAILED tests 2, 7-9, 12-14, 17-19
        Failed 10/21 tests, 52.38% okay
t/06-options.............ok
t/07-with................# Failed test 4 in t/with.pl at line 49
#  t/with.pl line 49 is:     ok( exists $p{a} );
# Test 5 got: <UNDEF> (t/with.pl at line 50)
#   Expected: "3"
#  t/with.pl line 50 is:     ok( $p{a}, 3 );
# Failed test 6 in t/with.pl at line 51
#  t/with.pl line 51 is:     ok( exists $p{b} );
# Test 7 got: <UNDEF> (t/with.pl at line 52)
#   Expected: "x"
#  t/with.pl line 52 is:     ok( $p{b}, 'x' );
# Test 8 got: <UNDEF> (t/with.pl at line 66)
#   Expected: "3"
#  t/with.pl line 66 is:     ok( $p[0], 3 );
# Test 9 got: <UNDEF> (t/with.pl at line 67)
#   Expected: "x"
#  t/with.pl line 67 is:     ok( $p[1], 'x' );
# Test 13 got: <UNDEF> (t/with.pl at line 112)
#    Expected: "1"
#  t/with.pl line 112 is:     ok( $p{foo}, 1 );
FAILED tests 4-9, 13
        Failed 7/13 tests, 46.15% okay
t/08-noop_with...........# Failed test 4 in t/with.pl at line 49
#  t/with.pl line 49 is:     ok( exists $p{a} );
# Test 5 got: <UNDEF> (t/with.pl at line 50)
#   Expected: "3"
#  t/with.pl line 50 is:     ok( $p{a}, 3 );
# Failed test 6 in t/with.pl at line 51
#  t/with.pl line 51 is:     ok( exists $p{b} );
# Test 7 got: <UNDEF> (t/with.pl at line 52)
#   Expected: "x"
#  t/with.pl line 52 is:     ok( $p{b}, 'x' );
# Test 8 got: <UNDEF> (t/with.pl at line 66)
#   Expected: "3"
#  t/with.pl line 66 is:     ok( $p[0], 3 );
# Test 9 got: <UNDEF> (t/with.pl at line 67)
#   Expected: "x"
#  t/with.pl line 67 is:     ok( $p[1], 'x' );
# Test 13 got: <UNDEF> (t/with.pl at line 112)
#    Expected: "1"
#  t/with.pl line 112 is:     ok( $p{foo}, 1 );
FAILED tests 4-9, 13
        Failed 7/13 tests, 46.15% okay
t/09-regex...............ok
t/10-noop_regex..........ok
t/11-cb..................ok
t/12-noop_cb.............ok
t/13-taint...............ok
t/14-no_validate.........ok
t/15-case................ok
t/16-normalize...........
#   Failed test at t/16-normalize.t line 60.

#   Failed test at t/16-normalize.t line 61.

#   Failed test at t/16-normalize.t line 62.
# Looks like you failed 3 tests of 5.
dubious
        Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 1-3
        Failed 3/5 tests, 40.00% okay
t/17-callbacks...........ok
t/18-depends.............ok
t/19-untaint.............skipped
        all skipped: These tests require Test::Taint 0.02+ to run
t/21-can.................ok
t/22-overload-can-bug....ok
t/23-readonly............skipped
        all skipped: Need Readonly::XS and Readonly for this test
t/24-tied................ok
        4/6 skipped: various reasons
t/25-undef-regex.........ok
t/26-isa.................ok
t/27-string-as-type......Use of uninitialized value at t/27-string-as-type.t 
line 26.
ok
Failed Test         Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/04-defaults.t                   21   10  2 7-9 12-14 17-19
t/05-noop_default.t               21   10  2 7-9 12-14 17-19
t/07-with.t                       13    7  4-9 13
t/08-noop_with.t                  13    7  4-9 13
t/16-normalize.t       3   768     5    3  1-3
3 tests and 4 subtests skipped.
Failed 5/26 test scripts. 37/491 subtests failed.
Files=26, Tests=491,  1 wallclock secs ( 0.31 cusr +  0.10 csys =  0.41 CPU)
Failed 5/26 test programs. 37/491 subtests failed.
*** Error code 35

Stop in /usr/local/src/CPAN/build/Params-Validate-0.88-UN6C1B.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module       Need Have
    ------------ ---- ----
    Scalar::Util 0    1.19
    Test::More   0    0.72

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    LC_CTYPE = de_DE.ISO8859-1
    PATH = 
/usr/X11R6/bin:/usr/X11/bin:/usr/local/bin:/usr/bin:/bin:/usr/gnu/bin:/usr/TeX/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/e/eserte/bin/FreeBSD:/home/e/eserte/bin/sh:/home/e/eserte/bin:/usr/X386/bin:/usr/games:/home/e/eserte/devel
    PERL5LIB = 
/usr/local/src/CPAN/build/Locales-0.04-x5e4SB/blib/arch:/usr/local/src/CPAN/build/Locales-0.04-x5e4SB/blib/lib:/usr/local/src/CPAN/build/File-Slurp-9999.12-Z2jgmB/blib/arch:/usr/local/src/CPAN/build/File-Slurp-9999.12-Z2jgmB/blib/lib:/usr/local/src/CPAN/build/I18N-LangTags-0.35-Kl0k1C/blib/arch:/usr/local/src/CPAN/build/I18N-LangTags-0.35-Kl0k1C/blib/lib:/usr/local/src/CPAN/build/version-0.73-osvEY2/blib/arch:/usr/local/src/CPAN/build/version-0.73-osvEY2/blib/lib:/usr/local/src/CPAN/build/UNIVERSAL-require-0.11-sWuS8V/blib/arch:/usr/local/src/CPAN/build/UNIVERSAL-require-0.11-sWuS8V/blib/lib:/usr/local/src/CPAN/build/CLASS-1.00-gbgT42/blib/arch:/usr/local/src/CPAN/build/CLASS-1.00-gbgT42/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 51657
    PERL5_CPAN_IS_RUNNING = 51657
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /bin/tcsh
    STDPERL = perl
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = perl5.00505
    $UID/$EUID = 1000 / 1000
    $GID = 1000 10001 10000 9999 0 1000 1000
    $EGID = 1000 10001 10000 9999 0 1000 1000

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9203
    Cwd                 2.01  
    ExtUtils::CBuilder  n/a   
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.41  
    ExtUtils::MakeMaker 6.36  
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   n/a   
    File::Spec          0.8   
    Module::Build       0.2807
    Module::Signature   n/a   
    Test::Harness       2.64  
    Test::More          0.72  
    YAML                n/a   
    YAML::Syck          n/a   
    version             0.73  


--

Summary of my perl5 (5.0 patchlevel 5 subversion 5) configuration:
  Platform:
    osname=freebsd, osvers=6.1-release, archname=i386-freebsd
    uname='freebsd biokovo.herceg.de 6.1-release freebsd 6.1-release #0: sun 
may 7 04:32:43 utc 2006 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric i386 '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='ccache cc', optimize='-O2 -mtune=athlon64 -pipe', gccversion=3.4.4 
[FreeBSD] 20050518
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/include'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/include'
    stdchar='char', d_stdstdio=undef, usevfork=true
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='ccache cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lc -lcrypt
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared  -L/usr/local/lib'

Reply via email to