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 Martin Kutter,
    
This is a computer-generated report for SOAP-WSDL-2.00_29
on 5.6.2, created automatically by CPAN-Reporter-1.0703 
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.  While attempting to build or test 
this distribution, the distribution signaled that support is not available 
either for this operating system or this version of Perl.  Nevertheless, any 
diagnostic output produced is provided below for reference.

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':

/usr/local/perl-5.6.2/bin/perl Build --makefile_env_macros 1 test
t/001_use...............................................
#   Failed test 'use SOAP::WSDL;'
#   at t/001_use.t line 36.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/001_use.t line 37.
# Looks like you planned 44 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 44/44 subtests 
t/002_parse_wsdl........................................ok
t/003_wsdl_based_serializer.............................ok
t/004_parse_wsdl........................................ok
t/006_client............................................
#   Failed test 'use SOAP::WSDL;'
#   at t/006_client.t line 18.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 5) line 2.
# BEGIN failed--compilation aborted at (eval 5) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/006_client.t line 20.
# Looks like you planned 17 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 17/17 subtests 
t/007_envelope..........................................ok
t/008_client_wsdl_complexType...........................
#   Failed test 'use SOAP::WSDL;'
#   at t/008_client_wsdl_complexType.t line 15.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 5) line 2.
# BEGIN failed--compilation aborted at (eval 5) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/008_client_wsdl_complexType.t line 17.
# Looks like you failed 1 test of 1.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 1/1 subtests 
t/009_data_classes......................................Perl v5.8.0 
required--this is only v5.6.2, stopped at lib/SOAP/WSDL.pm line 5.
BEGIN failed--compilation aborted at lib/SOAP/WSDL.pm line 5.
Compilation failed in require at t/009_data_classes.t line 12.
BEGIN failed--compilation aborted at t/009_data_classes.t line 12.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 5/5 subtests 
t/011_simpleType........................................ok
t/012_element...........................................
#   Failed test 'stringification'
#   at t/012_element.t line 15.
#          got: '<MyElementName xmlns="urn:Test"test>test</MyElementName>'
#     expected: '<MyElementName xmlns="urn:Test">test</MyElementName>'

#   Failed test 'stringification'
#   at t/012_element.t line 24.
#          got: '<MyAtomicComplexTypeElement 
xmlns="urn:Test"><testTest>Test</test><test2Test2>Test2</test2></MyAtomicComplexTypeElement>'
#     expected: '<MyAtomicComplexTypeElement 
xmlns="urn:Test"><test>Test</test><test2>Test2</test2></MyAtomicComplexTypeElement>'

#   Failed test 'multi value stringification'
#   at t/012_element.t line 37.
#          got: '<MyAtomicComplexTypeElement 
xmlns="urn:Test"><testTest>Test</test><test2Test2>Test2</test2><test2Test3>Test3</test2></MyAtomicComplexTypeElement>'
#     expected: '<MyAtomicComplexTypeElement 
xmlns="urn:Test"><test>Test</test><test2>Test2</test2><test2>Test3</test2></MyAtomicComplexTypeElement>'
# Looks like you failed 3 tests of 12.
 Dubious, test returned 3 (wstat 768, 0x300)
 Failed 3/12 subtests 
t/013_complexType.......................................Can't locate object 
method "new" via package "MyElement" (perhaps you forgot to load "MyElement"?) 
at lib//SOAP/WSDL/XSD/Typelib/ComplexType.pm line 156.
# Looks like your test died just after 6.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 All 6 subtests passed 
t/016_client_object.....................................
#   Failed test 'stringification'
#   at t/016_client_object.t line 23.
#          got: '<MyAtomicComplexTypeElement 
xmlns="urn:Test"><testTest>Test</test><test2Test2>Test2</test2></MyAtomicComplexTypeElement>'
#     expected: '<MyAtomicComplexTypeElement 
xmlns="urn:Test"><test>Test</test><test2>Test2</test2></MyAtomicComplexTypeElement>'
# Looks like you failed 1 test of 9.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/9 subtests 
t/017_generator.........................................Can't locate object 
method "new" via package "Test::Type::TKeepalive" (perhaps you forgot to load 
"Test::Type::TKeepalive"?) at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL/XSD/Typelib/ComplexType.pm
 line 168.
# Looks like you planned 22 tests but only ran 5.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 17/22 subtests 
t/020_storable..........................................ok
t/095_copying...........................................skipped: Author test.  
Set $ENV{TEST_AUTHOR} to a true value to run.
t/096_characters........................................skipped: Author test.  
Set $ENV{TEST_AUTHOR} to a true value to run.
t/097_kwalitee..........................................skipped: Author test.  
Set $ENV{TEST_AUTHOR} to a true value to run.
t/098_pod...............................................ok
t/099_pod_coverage......................................skipped: Author test.  
Set $ENV{TEST_AUTHOR} to a true value to run.
t/Expat/03_wsdl.........................................ok
t/SOAP/WSDL.............................................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL.t line 6.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL.t line 10.
# Looks like you planned 12 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 12/12 subtests 
t/SOAP/WSDL/01_use......................................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/01_use.t line 3.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/01_use.t line 4.
# Looks like you planned 3 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 3/3 subtests 
t/SOAP/WSDL/02_port.....................................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/02_port.t line 17.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at (eval 6) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot
        to load "SOAP::WSDL"?) at t/SOAP/WSDL/02_port.t line 21 (#1)
    (F) You said to do (or require, or use) a file that couldn't be
    found. Perl looks for the file in all the locations mentioned in @INC,
    unless the file name included the full path to the file.  Perhaps you
    need to set the PERL5LIB or PERL5OPT environment variable to say where
    the extra library is, or maybe the script needs to add the library name
    to @INC.  Or maybe you just misspelled the name of the file.  See
    perlfunc/require and lib.
    
Uncaught exception from user code:
        Can't locate object method "new" via package "SOAP::WSDL" (perhaps you 
forgot to load "SOAP::WSDL"?) at t/SOAP/WSDL/02_port.t line 21.
# Looks like you planned 7 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 7/7 subtests 
t/SOAP/WSDL/03_complexType-all..........................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/03_complexType-all.t line 24.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 84) line 2.
# BEGIN failed--compilation aborted at (eval 84) line 2.
Use of uninitialized value in concatenation (.) or string at 
t/SOAP/WSDL/03_complexType-all.t line 26.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/03_complexType-all.t line 32.
# Looks like you planned 7 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 7/7 subtests 
t/SOAP/WSDL/03_complexType-choice.......................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/03_complexType-choice.t line 4.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/03_complexType-choice.t line 6.
# Looks like you planned 2 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 2/2 subtests 
t/SOAP/WSDL/03_complexType-complexContent...............
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/03_complexType-complexContent.t line 14.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 83) line 2.
# BEGIN failed--compilation aborted at (eval 83) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/03_complexType-complexContent.t line 16.
# Looks like you planned 2 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 2/2 subtests 
t/SOAP/WSDL/03_complexType-element-ref..................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/03_complexType-element-ref.t line 10.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
Use of uninitialized value in concatenation (.) or string at 
t/SOAP/WSDL/03_complexType-element-ref.t line 12.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/03_complexType-element-ref.t line 24.
# Looks like you planned 4 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 4/4 subtests 
t/SOAP/WSDL/03_complexType-group........................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/03_complexType-group.t line 14.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 83) line 2.
# BEGIN failed--compilation aborted at (eval 83) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/03_complexType-group.t line 16.
# Looks like you planned 2 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 2/2 subtests 
t/SOAP/WSDL/03_complexType-sequence.....................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/03_complexType-sequence.t line 17.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 83) line 2.
# BEGIN failed--compilation aborted at (eval 83) line 2.
Can't locate object method "rel2abs" via package "File::Spec" (perhaps you 
forgot to load "File::Spec"?) at t/SOAP/WSDL/03_complexType-sequence.t line 21.
# Looks like you planned 6 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 6/6 subtests 
t/SOAP/WSDL/03_complexType-simpleContent................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/03_complexType-simpleContent.t line 14.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 83) line 2.
# BEGIN failed--compilation aborted at (eval 83) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/03_complexType-simpleContent.t line 16.
# Looks like you planned 2 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 2/2 subtests 
t/SOAP/WSDL/04_element-complexType......................skipped: TODO: 
implement tests
t/SOAP/WSDL/04_element-simpleType.......................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/04_element-simpleType.t line 16.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 5) line 2.
# BEGIN failed--compilation aborted at (eval 5) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/04_element-simpleType.t line 22.
# Looks like you planned 6 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 6/6 subtests 
t/SOAP/WSDL/04_element..................................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/04_element.t line 15.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 83) line 2.
# BEGIN failed--compilation aborted at (eval 83) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/04_element.t line 26.
# Looks like you planned 8 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 8/8 subtests 
t/SOAP/WSDL/05_simpleType-list..........................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/05_simpleType-list.t line 14.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 5) line 2.
# BEGIN failed--compilation aborted at (eval 5) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/05_simpleType-list.t line 19.
# Looks like you planned 8 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 8/8 subtests 
t/SOAP/WSDL/05_simpleType-restriction...................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/05_simpleType-restriction.t line 19.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at (eval 6) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot
        to load "SOAP::WSDL"?) at t/SOAP/WSDL/05_simpleType-restriction.t line 
25 (#1)
    (F) You said to do (or require, or use) a file that couldn't be
    found. Perl looks for the file in all the locations mentioned in @INC,
    unless the file name included the full path to the file.  Perhaps you
    need to set the PERL5LIB or PERL5OPT environment variable to say where
    the extra library is, or maybe the script needs to add the library name
    to @INC.  Or maybe you just misspelled the name of the file.  See
    perlfunc/require and lib.
    
Uncaught exception from user code:
        Can't locate object method "new" via package "SOAP::WSDL" (perhaps you 
forgot to load "SOAP::WSDL"?) at t/SOAP/WSDL/05_simpleType-restriction.t line 
25.
# Looks like you planned 8 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 8/8 subtests 
t/SOAP/WSDL/05_simpleType-union.........................skipped: Not supported 
yet
t/SOAP/WSDL/06_keep_alive...............................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/06_keep_alive.t line 15.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at (eval 6) line 2.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot
        to load "SOAP::WSDL"?) at t/SOAP/WSDL/06_keep_alive.t line 19 (#1)
    (F) You said to do (or require, or use) a file that couldn't be
    found. Perl looks for the file in all the locations mentioned in @INC,
    unless the file name included the full path to the file.  Perhaps you
    need to set the PERL5LIB or PERL5OPT environment variable to say where
    the extra library is, or maybe the script needs to add the library name
    to @INC.  Or maybe you just misspelled the name of the file.  See
    perlfunc/require and lib.
    
Uncaught exception from user code:
        Can't locate object method "new" via package "SOAP::WSDL" (perhaps you 
forgot to load "SOAP::WSDL"?) at t/SOAP/WSDL/06_keep_alive.t line 19.
# Looks like you planned 6 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 6/6 subtests 
t/SOAP/WSDL/11_helloworld.NET...........................
#   Failed test 'use SOAP::WSDL;'
#   at t/SOAP/WSDL/11_helloworld.NET.t line 25.
#     Tried to use 'SOAP::WSDL'.
#     Error:  Perl v5.8.0 required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
# Compilation failed in require at (eval 5) line 2.
# BEGIN failed--compilation aborted at (eval 5) line 2.
Use of uninitialized value in concatenation (.) or string at 
t/SOAP/WSDL/11_helloworld.NET.t line 28.
Can't locate object method "new" via package "SOAP::WSDL" (perhaps you forgot 
to load "SOAP::WSDL"?) at t/SOAP/WSDL/11_helloworld.NET.t line 38.
# Looks like you planned 4 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 4/4 subtests 
t/SOAP/WSDL/12_binding..................................Perl v5.8.0 
required--this is only v5.6.2, stopped at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL.pm line 5.
Compilation failed in require at t/SOAP/WSDL/12_binding.t line 5.
BEGIN failed--compilation aborted at t/SOAP/WSDL/12_binding.t line 5.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 4/4 subtests 
t/SOAP/WSDL/Client......................................ok
t/SOAP/WSDL/Client/Base.................................ok
t/SOAP/WSDL/Deserializer/Hash...........................ok
t/SOAP/WSDL/Deserializer/SOM............................ok
t/SOAP/WSDL/Deserializer/XSD............................ok
t/SOAP/WSDL/Expat/Base..................................ok
t/SOAP/WSDL/Expat/MessageParser.........................
#   Failed test 'Content comparison'
#   at t/SOAP/WSDL/Expat/MessageParser.t line 31.
#          got: '<MyAtomicComplexTypeElement 
xmlns="urn:Test"><testTest>Test</test><test2Test2>Test2</test2></MyAtomicComplexTypeElement>'
#     expected: '<MyAtomicComplexTypeElement 
xmlns="urn:Test"><test>Test</test><test2>Test2</test2></MyAtomicComplexTypeElement>'

#   Failed test 'Content with attributes'
#   at t/SOAP/WSDL/Expat/MessageParser.t line 44.
#          got: '<MyElementAttrs xmlns="urn:Test" test="Test" 
test2="Test2"><testTest>Test</test><test2Test2>Test2</test2></MyElementAttrs>'
#     expected: '<MyElementAttrs xmlns="urn:Test" test="Test" 
test2="Test2"><test>Test</test><test2>Test2</test2></MyElementAttrs>'
# Looks like you failed 2 tests of 4.
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/4 subtests 
t/SOAP/WSDL/Expat/WSDLParser............................Can't locate object 
method "SWASHNEW" via package "utf8" (perhaps you forgot to load "utf8"?) at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std.pm line 90.
BEGIN failed--compilation aborted at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std.pm line 105.
Compilation failed in require at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast.pm line 9.
BEGIN failed--compilation aborted at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast.pm line 14.
Compilation failed in require at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast/Storable.pm line 9.
BEGIN failed--compilation aborted at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast/Storable.pm line 10.
Compilation failed in require at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL/Generator/Template/XSD.pm
 line 4.
BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL/Generator/Template/XSD.pm
 line 4.
Compilation failed in require at t/SOAP/WSDL/Expat/WSDLParser.t line 24.
BEGIN failed--compilation aborted at t/SOAP/WSDL/Expat/WSDLParser.t line 24.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 4/4 subtests 
t/SOAP/WSDL/Factory/Deserializer........................ok
t/SOAP/WSDL/Factory/Serializer..........................ok
t/SOAP/WSDL/Factory/Transport...........................ok
t/SOAP/WSDL/Generator/Template..........................Can't locate object 
method "SWASHNEW" via package "utf8" (perhaps you forgot to load "utf8"?) at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std.pm line 90.
BEGIN failed--compilation aborted at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std.pm line 105.
Compilation failed in require at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast.pm line 9.
BEGIN failed--compilation aborted at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast.pm line 14.
Compilation failed in require at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast/Storable.pm line 9.
BEGIN failed--compilation aborted at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast/Storable.pm line 10.
Compilation failed in require at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL/Generator/Template/XSD.pm
 line 4.
BEGIN failed--compilation aborted at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL/Generator/Template/XSD.pm
 line 4.
Compilation failed in require at t/SOAP/WSDL/Generator/Template.t line 8.
BEGIN failed--compilation aborted at t/SOAP/WSDL/Generator/Template.t line 8.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 No subtests run 
t/SOAP/WSDL/Generator/Visitor...........................ok
t/SOAP/WSDL/Generator/Visitor/Typemap...................ok
t/SOAP/WSDL/Generator/XCS...............................skipped: Cannot test 
without XML::Compile::WSDL11
t/SOAP/WSDL/Generator/XSD...............................ok
t/SOAP/WSDL/Generator/XSD_dot_names.....................ok
t/SOAP/WSDL/Generator/XSD_unsupported...................ok
t/SOAP/WSDL/Part........................................ok
t/SOAP/WSDL/Serializer/XSD..............................ok
t/SOAP/WSDL/Server......................................Use of uninitialized 
value in hash element at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast.pm line 130.
Use of uninitialized value in hash element at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast.pm line 130.
Use of uninitialized value in hash element at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast.pm line 130.
Use of uninitialized value in hash element at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast.pm line 130.
Use of uninitialized value in hash element at 
/usr/local/perl-5.6.2/lib/site_perl/5.6.2/Class/Std/Fast.pm line 130.
ok
t/SOAP/WSDL/Server/CGI..................................print() on unopened 
filehandle STDOUT at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL/Server/CGI.pm
 line 101.

#   Failed test at t/SOAP/WSDL/Server/CGI.t line 38.
#                   ''
#     doesn't match '(?x-ism: \A Status: \s 411 \s Length \s Required)'
 Failed 6/8 subtests 
t/SOAP/WSDL/Transport/01_Test...........................ok
t/SOAP/WSDL/Transport/02_HTTP...........................ok
t/SOAP/WSDL/Typelib/Fault11............................. Failed 5/6 subtests 
t/SOAP/WSDL/XSD/ComplexType.............................ok
t/SOAP/WSDL/XSD/Element.................................ok
t/SOAP/WSDL/XSD/SimpleType..............................ok
t/SOAP/WSDL/XSD/Typelib/Attribute.......................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/01_constructors.........ok
t/SOAP/WSDL/XSD/Typelib/Builtin/ENTITY..................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/ID......................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/IDREF...................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/IDREFS..................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/NCName..................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/NMTOKEN.................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/NMTOKENS................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/NOTATION................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/Name....................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/anySimpleType...........ok
t/SOAP/WSDL/XSD/Typelib/Builtin/anyType.................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/anyURI..................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/base64Binary............ Failed 6/6 subtests 
t/SOAP/WSDL/XSD/Typelib/Builtin/boolean.................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/byte....................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/date....................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/dateTime................Use of uninitialized 
value in integer gt (>) at /usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 
117.
Use of uninitialized value in integer lt (<) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 117.
Use of uninitialized value in integer gt (>) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 118.
Use of uninitialized value in integer lt (<) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 118.
Use of uninitialized value in integer gt (>) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 119.
Use of uninitialized value in integer lt (<) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 119.
Use of uninitialized value in integer addition (+) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 134.
Use of uninitialized value in integer multiplication (*) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 134.
Use of uninitialized value in integer multiplication (*) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 134.
Use of uninitialized value in integer ne (!=) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 184.
Use of uninitialized value in integer ne (!=) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 184.
Use of uninitialized value in integer ne (!=) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 184.
Use of uninitialized value in integer gt (>) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 119.
Use of uninitialized value in integer lt (<) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 119.
Use of uninitialized value in integer addition (+) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 134.
Use of uninitialized value in integer ne (!=) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 184.
Use of uninitialized value in integer gt (>) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 119.
Use of uninitialized value in integer lt (<) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 119.
Use of uninitialized value in integer addition (+) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 134.
Use of uninitialized value in integer ne (!=) at 
/usr/local/perl-5.6.2/lib/5.6.2/Time/Local.pm line 184.
ok
t/SOAP/WSDL/XSD/Typelib/Builtin/decimal.................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/double..................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/float...................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/hexBinary...............ok
t/SOAP/WSDL/XSD/Typelib/Builtin/int.....................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/integer.................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/language................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/list....................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/long....................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/negativeInteger.........ok
t/SOAP/WSDL/XSD/Typelib/Builtin/nonNegativeInteger......ok
t/SOAP/WSDL/XSD/Typelib/Builtin/nonPositiveInteger......ok
t/SOAP/WSDL/XSD/Typelib/Builtin/normalizedString........ok
t/SOAP/WSDL/XSD/Typelib/Builtin/positiveInteger.........ok
t/SOAP/WSDL/XSD/Typelib/Builtin/short...................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/string..................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/time....................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/token...................ok
t/SOAP/WSDL/XSD/Typelib/Builtin/unsignedByte............ok
t/SOAP/WSDL/XSD/Typelib/Builtin/unsignedInt.............ok
t/SOAP/WSDL/XSD/Typelib/Builtin/unsignedLong............ok
t/SOAP/WSDL/XSD/Typelib/Builtin/unsignedShort...........ok
t/SOAP/WSDL/XSD/Typelib/ComplexType.....................
#   Failed test at t/SOAP/WSDL/XSD/Typelib/ComplexType.t line 314.
#                   ''
#     doesn't match '(?msx-i: Can't \s locate \s 
HopeItDoesntExistOnYourSystem.pm )'
# Looks like you failed 1 test of 106.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/106 subtests 
t/SOAP/WSDL/XSD/Typelib/Element.........................Use of uninitialized 
value in join or string at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL/XSD/Typelib/Element.pm
 line 62.
Use of uninitialized value in join or string at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL/XSD/Typelib/Element.pm
 line 62.
Use of uninitialized value in join or string at 
/home/sand/.cpan/build/SOAP-WSDL-2.00_29-zPx_g4/blib/lib/SOAP/WSDL/XSD/Typelib/Element.pm
 line 62.
ok

Test Summary Report
-------------------
t/001_use.t                                         (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 44 tests but ran 1.
t/006_client.t                                      (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 17 tests but ran 1.
t/008_client_wsdl_complexType.t                     (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
t/009_data_classes.t                                (Wstat: 65280 Tests: 0 
Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/012_element.t                                     (Wstat: 768 Tests: 12 
Failed: 3)
  Failed tests:  4, 7, 10
  Non-zero exit status: 3
t/013_complexType.t                                 (Wstat: 65280 Tests: 6 
Failed: 0)
  Non-zero exit status: 255
t/016_client_object.t                               (Wstat: 256 Tests: 9 
Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
t/017_generator.t                                   (Wstat: 65280 Tests: 5 
Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 22 tests but ran 5.
t/SOAP/WSDL.t                                       (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 12 tests but ran 1.
t/SOAP/WSDL/01_use.t                                (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3 tests but ran 1.
t/SOAP/WSDL/02_port.t                               (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 7 tests but ran 1.
t/SOAP/WSDL/03_complexType-all.t                    (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 7 tests but ran 1.
t/SOAP/WSDL/03_complexType-choice.t                 (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/SOAP/WSDL/03_complexType-complexContent.t         (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/SOAP/WSDL/03_complexType-element-ref.t            (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 4 tests but ran 1.
t/SOAP/WSDL/03_complexType-group.t                  (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/SOAP/WSDL/03_complexType-sequence.t               (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 6 tests but ran 1.
t/SOAP/WSDL/03_complexType-simpleContent.t          (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/SOAP/WSDL/04_element-simpleType.t                 (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 6 tests but ran 1.
t/SOAP/WSDL/04_element.t                            (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 8 tests but ran 1.
t/SOAP/WSDL/05_simpleType-list.t                    (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 8 tests but ran 1.
t/SOAP/WSDL/05_simpleType-restriction.t             (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 8 tests but ran 1.
t/SOAP/WSDL/06_keep_alive.t                         (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 6 tests but ran 1.
t/SOAP/WSDL/11_helloworld.NET.t                     (Wstat: 65280 Tests: 1 
Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 4 tests but ran 1.
t/SOAP/WSDL/12_binding.t                            (Wstat: 65280 Tests: 0 
Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 4 tests but ran 0.
t/SOAP/WSDL/Expat/MessageParser.t                   (Wstat: 512 Tests: 4 
Failed: 2)
  Failed tests:  2-3
  Non-zero exit status: 2
t/SOAP/WSDL/Expat/WSDLParser.t                      (Wstat: 65280 Tests: 0 
Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 4 tests but ran 0.
t/SOAP/WSDL/Generator/Template.t                    (Wstat: 65280 Tests: 0 
Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/SOAP/WSDL/Server/CGI.t                            (Wstat: 11 Tests: 3 Failed: 
1)
  Failed test:  3
  Parse errors: Bad plan.  You planned 8 tests but ran 3.
t/SOAP/WSDL/Typelib/Fault11.t                       (Wstat: 11 Tests: 1 Failed: 
0)
  Parse errors: Bad plan.  You planned 6 tests but ran 1.
t/SOAP/WSDL/XSD/Typelib/Builtin/base64Binary.t      (Wstat: 11 Tests: 0 Failed: 
0)
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t/SOAP/WSDL/XSD/Typelib/ComplexType.t               (Wstat: 256 Tests: 106 
Failed: 1)
  Failed test:  106
  Non-zero exit status: 1
Files=110, Tests=1006, 45 wallclock secs ( 0.97 usr  0.22 sys + 25.62 cusr  
2.12 csys = 28.93 CPU)
Result: FAIL
Failed 32/110 test programs. 27/1006 subtests failed.
make: *** [test] Fehler 11

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

Prerequisite modules loaded:

requires:

    Module             Need   Have   
    ------------------ ------ -------
  ! Class::Std::Fast   v0.0.5 broken 
    Data::Dumper       0      2.121  
    Date::Format       0      2.22   
    Date::Parse        0      2.27   
    File::Basename     0      2.6    
    File::Path         0      2.00_11
    Getopt::Long       0      2.37   
    List::Util         0      1.19   
    LWP::UserAgent     0      2.036  
    Template           0      2.19   
    Term::ReadKey      0      2.30   
    XML::Parser::Expat 0      2.36   

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

Environment variables:

    LANG = de_DE.UTF-8
    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 = 
    PERL5_CPANPLUS_IS_RUNNING = 14490
    PERL5_CPAN_IS_RUNNING = 14490
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /usr/local/perl-5.6.2/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.92_55
    Cwd                 3.27   
    ExtUtils::CBuilder  0.19   
    ExtUtils::Command   1.13   
    ExtUtils::Install   1.44   
    ExtUtils::MakeMaker 6.43_01
    ExtUtils::Manifest  1.51   
    ExtUtils::ParseXS   2.18   
    File::Spec          3.27   
    Module::Build       0.2808 
    Module::Signature   0.55   
    Test::Harness       3.07   
    Test::More          0.74   
    YAML                n/a    
    YAML::Syck          1.00   
    version             0.74   


--

Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
  Platform:
    osname=linux, osvers=2.6.16-2-k7, archname=i686-linux-64int
    uname='linux k75 2.6.16-2-k7 #2 mon may 22 23:23:54 utc 2006 i686 gnulinux '
    config_args='-Dprefix=/usr/local/perl-5.6.2 -Dinstallusrbinperl=n 
-Uversiononly -Doptimize=-g -es -Duse64bitint -Dusedevel -des'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g',
    cppflags='-DDEBUGGING -fno-strict-aliasing -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, usemymalloc=n, 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 -lc -lcrypt -lutil
    perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
    libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Reply via email to