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_27 on perl-5.00505, created automatically by CPAN-Reporter-1.06 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/bin/perl5.00505 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 5.008 required--this is only version 5.00505, stopped at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL.pm line 5. # BEGIN failed--compilation aborted at t/001_use.t line 36. # BEGIN failed--compilation aborted at (eval 3) line 2. Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-44 Failed 44/44 tests, 0.00% okay t/002_parse_wsdl......................................Use of implicit split to @_ is deprecated at t/002_parse_wsdl.t line 12. Name "Test::XML::VERSION" used only once: possible typo at t/002_parse_wsdl.t line 175. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/002_parse_wsdl.t line 12. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL::Expat::WSDLParser" at t/002_parse_wsdl.t line 16. # Looks like you planned 22 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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-22 Failed 22/22 tests, 0.00% okay t/003_wsdl_based_serializer...........................Use of implicit split to @_ is deprecated at t/003_wsdl_based_serializer.t line 8. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/003_wsdl_based_serializer.t line 8. # Tried to use '1'. # Error: syntax error at (eval 4) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL::Expat::WSDLParser" at t/003_wsdl_based_serializer.t line 14. # Looks like you planned 11 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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-11 Failed 11/11 tests, 0.00% okay t/004_parse_wsdl......................................Use of implicit split to @_ is deprecated at t/004_parse_wsdl.t line 12. Name "Test::XML::VERSION" used only once: possible typo at t/004_parse_wsdl.t line 72. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/004_parse_wsdl.t line 12. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL::Expat::WSDLParser" at t/004_parse_wsdl.t line 16. # Looks like you planned 5 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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/006_client..........................................Use of implicit split to @_ is deprecated at t/006_client.t line 18 (#1) (D) It makes a lot of work for the compiler when you clobber a subroutine's argument list, so it's better if you assign the results of a split() explicitly to an array (or list). Name "Test::XML::VERSION" used only once: possible typo at t/006_client.t line 52 (#2) (W) Typographical errors often show up as unique variable names. If you had a good reason for having a unique name, then just mention it again somehow to suppress the message. The use vars pragma is provided for just this purpose. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28 (#3) (W) A subroutine you have declared has the same name as a Perl keyword, and you have used the name without qualification for calling one or the other. Perl decided to call the builtin because the subroutine is not imported. To force interpretation as a subroutine call, either put an ampersand before the subroutine name, or qualify the name with its package. Alternatively, you can import the subroutine (or pretend that it's imported with the use subs pragma). To silently interpret it as the Perl operator, use the CORE:: prefix on the operator (e.g. CORE::log($x)) or by declaring the subroutine to be an object method (see attrs). Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35 (#3) # Failed test 'use 1;' # at t/006_client.t line 18. # Tried to use '1'. # Error: syntax error at (eval 5) line 2, near "use 1 @imports" Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-17 Failed 17/17 tests, 0.00% okay t/007_envelope........................................Use of implicit split to @_ is deprecated at t/007_envelope.t line 13. Name "Test::XML::VERSION" used only once: possible typo at t/007_envelope.t line 29. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/007_envelope.t line 13. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" Can't locate object method "serialize" via package "SOAP::WSDL::Serializer::XSD" at t/007_envelope.t line 21. # Looks like you failed 1 test of 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/008_client_wsdl_complexType.........................Use of implicit split to @_ is deprecated at t/008_client_wsdl_complexType.t line 15. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/008_client_wsdl_complexType.t line 15. # Tried to use '1'. # Error: syntax error at (eval 5) line 2, near "use 1 @imports" Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/009_data_classes....................................Use of reserved word "our" is deprecated at lib/SOAP/WSDL/Expat/MessageParser.pm line 7. Global symbol "$VERSION" requires explicit package name at lib/SOAP/WSDL/Expat/MessageParser.pm line 7. BEGIN not safe after errors--compilation aborted at lib/SOAP/WSDL/Expat/MessageParser.pm line 9. BEGIN failed--compilation aborted at t/009_data_classes.t line 9. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/011_simpleType......................................Use of implicit split to @_ is deprecated at t/011_simpleType.t line 8. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/011_simpleType.t line 8. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" Can't locate object method "new" via package "MySimpleType" at t/011_simpleType.t line 11. # Looks like you failed 1 test of 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/012_element.........................................Use of implicit split to @_ is deprecated at t/012_element.t line 8. Use of implicit split to @_ is deprecated at t/012_element.t line 9. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/012_element.t line 8. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" # Failed test 'use 1;' # at t/012_element.t line 9. # Tried to use '1'. # Error: syntax error at (eval 4) line 2, near "use 1 @imports" Can't locate object method "new" via package "MyElement" at t/012_element.t line 12. # Looks like you failed 2 tests of 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/013_complexType.....................................Can't locate Storable.pm in @INC (@INC contains: t/lib ../lib/ lib/ /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 . /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 .) at t/013_complexType.t line 7. BEGIN failed--compilation aborted at t/013_complexType.t line 7. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/016_client_object...................................Use of implicit split to @_ is deprecated at t/016_client_object.t line 8. Use of implicit split to @_ is deprecated at t/016_client_object.t line 9. Use of implicit split to @_ is deprecated at t/016_client_object.t line 10. Use of implicit split to @_ is deprecated at t/016_client_object.t line 11. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/016_client_object.t line 8. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" # Failed test 'use 1;' # at t/016_client_object.t line 9. # Tried to use '1'. # Error: syntax error at (eval 4) line 2, near "use 1 @imports" # Failed test 'use 1;' # at t/016_client_object.t line 10. # Tried to use '1'. # Error: syntax error at (eval 5) line 1, next token ??? # Failed test 'use 1;' # at t/016_client_object.t line 11. # Tried to use '1'. # Error: syntax error at (eval 6) line 2, near "use 1 @imports" Can't locate object method "new" via package "MyAtomicComplexTypeElement" at t/016_client_object.t line 14. # Looks like you planned 9 tests but only ran 4. # Looks like you failed 4 tests of 4 run. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-9 Failed 9/9 tests, 0.00% okay t/017_generator.......................................Unrecognized character \357 at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Expat/WSDLParser.pm line 1. BEGIN failed--compilation aborted at t/017_generator.t line 6. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-22 Failed 22/22 tests, 0.00% okay t/020_storable........................................Can't locate Storable.pm in @INC (@INC contains: ../lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 . /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 .) at t/020_storable.t line 4. BEGIN failed--compilation aborted at t/020_storable.t line 4. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/096_characters......................................skipped all skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t/097_kwalitee........................................skipped all skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t/098_pod.............................................skipped all skipped: Test::Pod 1.00 required for testing POD t/099_pod_coverage....................................skipped all skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t/Expat/01_expat......................................Use of implicit split to @_ is deprecated at t/Expat/01_expat.t line 9. Can't locate Class/Std/Fast/Storable.pm in @INC (@INC contains: t/lib lib ../lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 . /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 .) at t/lib/MyComplexType.pm line 4. BEGIN failed--compilation aborted at t/lib/MyComplexType.pm line 4. BEGIN failed--compilation aborted at t/Expat/01_expat.t line 11. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/Expat/03_wsdl.......................................Use of implicit split to @_ is deprecated at t/Expat/03_wsdl.t line 13 (#1) (D) It makes a lot of work for the compiler when you clobber a subroutine's argument list, so it's better if you assign the results of a split() explicitly to an array (or list). Name "Test::XML::VERSION" used only once: possible typo at t/Expat/03_wsdl.t line 83 (#2) (W) Typographical errors often show up as unique variable names. If you had a good reason for having a unique name, then just mention it again somehow to suppress the message. The use vars pragma is provided for just this purpose. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28 (#3) (W) A subroutine you have declared has the same name as a Perl keyword, and you have used the name without qualification for calling one or the other. Perl decided to call the builtin because the subroutine is not imported. To force interpretation as a subroutine call, either put an ampersand before the subroutine name, or qualify the name with its package. Alternatively, you can import the subroutine (or pretend that it's imported with the use subs pragma). To silently interpret it as the Perl operator, use the CORE:: prefix on the operator (e.g. CORE::log($x)) or by declaring the subroutine to be an object method (see attrs). Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35 (#3) # Failed test 'use 1;' # at t/Expat/03_wsdl.t line 13. # Tried to use '1'. # Error: syntax error at (eval 4) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL::Expat::WSDLParser" at t/Expat/03_wsdl.t line 16. # 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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/SOAP/WSDL...........................................Use of implicit split to @_ is deprecated at t/SOAP/WSDL.t line 6. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL.t line 6. # Tried to use '1'. # Error: syntax error at (eval 4) line 2, near "use 1 @imports" Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-12 Failed 12/12 tests, 0.00% okay t/SOAP/WSDL/01_use....................................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/01_use.t line 3. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL/01_use.t line 3. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/SOAP/WSDL/02_port...................................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/02_port.t line 17 (#1) (D) It makes a lot of work for the compiler when you clobber a subroutine's argument list, so it's better if you assign the results of a split() explicitly to an array (or list). Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28 (#2) (W) A subroutine you have declared has the same name as a Perl keyword, and you have used the name without qualification for calling one or the other. Perl decided to call the builtin because the subroutine is not imported. To force interpretation as a subroutine call, either put an ampersand before the subroutine name, or qualify the name with its package. Alternatively, you can import the subroutine (or pretend that it's imported with the use subs pragma). To silently interpret it as the Perl operator, use the CORE:: prefix on the operator (e.g. CORE::log($x)) or by declaring the subroutine to be an object method (see attrs). Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35 (#2) # Failed test 'use 1;' # at t/SOAP/WSDL/02_port.t line 17. # Tried to use '1'. # Error: syntax error at (eval 6) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL" at t/SOAP/WSDL/02_port.t line 21 (#3) (F) You called a method correctly, and it correctly indicated a package functioning as a class, but that package doesn't define that particular method, nor does any of its base classes. See perlobj. Uncaught exception from user code: Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/SOAP/WSDL/03_complexType-all........................Use of reserved word "our" is deprecated at t/SOAP/WSDL/03_complexType-all.t line 9. Global symbol "$SKIP" requires explicit package name at t/SOAP/WSDL/03_complexType-all.t line 9. Execution of t/SOAP/WSDL/03_complexType-all.t aborted due to compilation errors. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/SOAP/WSDL/03_complexType-choice.....................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/03_complexType-choice.t line 4. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL/03_complexType-choice.t line 4. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/SOAP/WSDL/03_complexType-complexContent.............Use of reserved word "our" is deprecated at t/SOAP/WSDL/03_complexType-complexContent.t line 8. Use of implicit split to @_ is deprecated at t/SOAP/WSDL/03_complexType-complexContent.t line 14. Can't call method "our" on an undefined value at t/SOAP/WSDL/03_complexType-complexContent.t line 8. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/SOAP/WSDL/03_complexType-element-ref................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/03_complexType-element-ref.t line 10. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL/03_complexType-element-ref.t line 10. # Tried to use '1'. # Error: syntax error at (eval 4) line 2, near "use 1 @imports" Execution of t/SOAP/WSDL/03_complexType-element-ref.t aborted due to compilation errors. # 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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/SOAP/WSDL/03_complexType-group......................Use of reserved word "our" is deprecated at t/SOAP/WSDL/03_complexType-group.t line 8. Use of implicit split to @_ is deprecated at t/SOAP/WSDL/03_complexType-group.t line 14. Can't call method "our" on an undefined value at t/SOAP/WSDL/03_complexType-group.t line 8. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/SOAP/WSDL/03_complexType-sequence...................Use of reserved word "our" is deprecated at t/SOAP/WSDL/03_complexType-sequence.t line 9. Can't call method "our" on an undefined value at t/SOAP/WSDL/03_complexType-sequence.t line 9. BEGIN failed--compilation aborted at t/SOAP/WSDL/03_complexType-sequence.t line 15. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/SOAP/WSDL/03_complexType-simpleContent..............Use of reserved word "our" is deprecated at t/SOAP/WSDL/03_complexType-simpleContent.t line 8. Use of implicit split to @_ is deprecated at t/SOAP/WSDL/03_complexType-simpleContent.t line 14. Can't call method "our" on an undefined value at t/SOAP/WSDL/03_complexType-simpleContent.t line 8. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/SOAP/WSDL/04_element-complexType....................skipped all skipped: TODO: implement tests t/SOAP/WSDL/04_element-simpleType.....................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/04_element-simpleType.t line 16. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL/04_element-simpleType.t line 16. # Tried to use '1'. # Error: syntax error at (eval 5) line 2, near "use 1 @imports" Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/SOAP/WSDL/04_element................................Use of reserved word "our" is deprecated at t/SOAP/WSDL/04_element.t line 9. Global symbol "$SKIP" requires explicit package name at t/SOAP/WSDL/04_element.t line 9. Execution of t/SOAP/WSDL/04_element.t aborted due to compilation errors. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay t/SOAP/WSDL/05_simpleType-list........................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/05_simpleType-list.t line 14. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL/05_simpleType-list.t line 14. # Tried to use '1'. # Error: syntax error at (eval 5) line 2, near "use 1 @imports" Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay t/SOAP/WSDL/05_simpleType-restriction.................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/05_simpleType-restriction.t line 19 (#1) (D) It makes a lot of work for the compiler when you clobber a subroutine's argument list, so it's better if you assign the results of a split() explicitly to an array (or list). Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28 (#2) (W) A subroutine you have declared has the same name as a Perl keyword, and you have used the name without qualification for calling one or the other. Perl decided to call the builtin because the subroutine is not imported. To force interpretation as a subroutine call, either put an ampersand before the subroutine name, or qualify the name with its package. Alternatively, you can import the subroutine (or pretend that it's imported with the use subs pragma). To silently interpret it as the Perl operator, use the CORE:: prefix on the operator (e.g. CORE::log($x)) or by declaring the subroutine to be an object method (see attrs). Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35 (#2) # Failed test 'use 1;' # at t/SOAP/WSDL/05_simpleType-restriction.t line 19. # Tried to use '1'. # Error: syntax error at (eval 6) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL" at t/SOAP/WSDL/05_simpleType-restriction.t line 25 (#3) (F) You called a method correctly, and it correctly indicated a package functioning as a class, but that package doesn't define that particular method, nor does any of its base classes. See perlobj. Uncaught exception from user code: Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay t/SOAP/WSDL/05_simpleType-union.......................skipped all skipped: Not supported yet t/SOAP/WSDL/06_keep_alive.............................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/06_keep_alive.t line 15 (#1) (D) It makes a lot of work for the compiler when you clobber a subroutine's argument list, so it's better if you assign the results of a split() explicitly to an array (or list). Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28 (#2) (W) A subroutine you have declared has the same name as a Perl keyword, and you have used the name without qualification for calling one or the other. Perl decided to call the builtin because the subroutine is not imported. To force interpretation as a subroutine call, either put an ampersand before the subroutine name, or qualify the name with its package. Alternatively, you can import the subroutine (or pretend that it's imported with the use subs pragma). To silently interpret it as the Perl operator, use the CORE:: prefix on the operator (e.g. CORE::log($x)) or by declaring the subroutine to be an object method (see attrs). Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35 (#2) # Failed test 'use 1;' # at t/SOAP/WSDL/06_keep_alive.t line 15. # Tried to use '1'. # Error: syntax error at (eval 6) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL" at t/SOAP/WSDL/06_keep_alive.t line 19 (#3) (F) You called a method correctly, and it correctly indicated a package functioning as a class, but that package doesn't define that particular method, nor does any of its base classes. See perlobj. Uncaught exception from user code: Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/SOAP/WSDL/11_helloworld.NET.........................Name "SOAP::WSDL::VERSION" used only once: possible typo at t/SOAP/WSDL/11_helloworld.NET.t line 28. # Failed test 'use SOAP::WSDL;' # at t/SOAP/WSDL/11_helloworld.NET.t line 25. # Tried to use 'SOAP::WSDL'. # Error: Perl 5.008 required--this is only version 5.00505, stopped at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL.pm line 5. # BEGIN failed--compilation aborted at t/SOAP/WSDL/11_helloworld.NET.t line 25. # BEGIN failed--compilation aborted at (eval 5) line 2. Use of uninitialized value at t/SOAP/WSDL/11_helloworld.NET.t line 28. Can't locate object method "new" via package "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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/SOAP/WSDL/12_binding................................Perl 5.008 required--this is only version 5.00505, stopped at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL.pm line 5. BEGIN failed--compilation aborted at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL.pm line 5. BEGIN failed--compilation aborted at t/SOAP/WSDL/12_binding.t line 4. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/SOAP/WSDL/Client/Base...............................Can't locate Class/Std/Fast.pm in @INC (@INC contains: /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 . /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 .) at t/SOAP/WSDL/Client/Base.t line 2. BEGIN failed--compilation aborted at t/SOAP/WSDL/Client/Base.t line 2. dubious Test returned status 2 (wstat 512, 0x200) t/SOAP/WSDL/Deserializer/Hash.........................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Deserializer/Hash.t line 3. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL/Deserializer/Hash.t line 3. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL::Deserializer::Hash" at t/SOAP/WSDL/Deserializer/Hash.t line 6. # Looks like you planned 13 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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-13 Failed 13/13 tests, 0.00% okay t/SOAP/WSDL/Deserializer/SOM..........................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Deserializer/SOM.t line 12. skipped all skipped: SOAP::Lite not available t/SOAP/WSDL/Deserializer/XSD..........................Can't locate Class/Std/Fast/Storable.pm in @INC (@INC contains: /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 . /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 .) at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Deserializer/XSD.pm line 4. BEGIN failed--compilation aborted at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Deserializer/XSD.pm line 4. BEGIN failed--compilation aborted at t/SOAP/WSDL/Deserializer/XSD.t line 9. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay t/SOAP/WSDL/Expat/Base................................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Expat/Base.t line 4. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL/Expat/Base.t line 4. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL::Expat::Base" at t/SOAP/WSDL/Expat/Base.t line 6. # 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 status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/SOAP/WSDL/Factory/Deserializer......................Use of reserved word "our" is deprecated at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Factory/Serializer.pm line 5. Global symbol "$VERSION" requires explicit package name at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Factory/Serializer.pm line 5. Compilation failed in require at t/SOAP/WSDL/Factory/Deserializer.t line 5. BEGIN failed--compilation aborted at t/SOAP/WSDL/Factory/Deserializer.t line 5. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/SOAP/WSDL/Factory/Serializer........................Use of reserved word "our" is deprecated at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Factory/Deserializer.pm line 5. Global symbol "$VERSION" requires explicit package name at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Factory/Deserializer.pm line 5. Compilation failed in require at t/SOAP/WSDL/Factory/Serializer.t line 5. BEGIN failed--compilation aborted at t/SOAP/WSDL/Factory/Serializer.t line 5. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/SOAP/WSDL/Factory/Transport.........................Use of reserved word "our" is deprecated at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Factory/Transport.pm line 5. Global symbol "$VERSION" requires explicit package name at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Factory/Transport.pm line 5. BEGIN not safe after errors--compilation aborted at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Factory/Transport.pm line 40. BEGIN failed--compilation aborted at t/SOAP/WSDL/Factory/Transport.t line 5. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/SOAP/WSDL/Generator/Template........................Can't locate Template.pm in @INC (@INC contains: /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 . /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 .) at t/SOAP/WSDL/Generator/Template.t line 4. BEGIN failed--compilation aborted at t/SOAP/WSDL/Generator/Template.t line 4. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/SOAP/WSDL/Generator/Visitor.........................Can't locate Class/Std/Fast/Storable.pm in @INC (@INC contains: /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 . /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 .) at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Generator/Visitor.pm line 4. BEGIN failed--compilation aborted at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Generator/Visitor.pm line 4. BEGIN failed--compilation aborted at t/SOAP/WSDL/Generator/Visitor.t line 2. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-15 Failed 15/15 tests, 0.00% okay t/SOAP/WSDL/Generator/Visitor/Typemap.................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Generator/Visitor/Typemap.t line 8. Unrecognized character \357 at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Expat/WSDLParser.pm line 1. BEGIN failed--compilation aborted at t/SOAP/WSDL/Generator/Visitor/Typemap.t line 13. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/SOAP/WSDL/Generator/XCS.............................skipped all skipped: Cannot test without XML::Compile::WSDL11 t/SOAP/WSDL/Generator/XSD.............................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Generator/XSD.t line 8. Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Generator/XSD.t line 9. Unrecognized character \357 at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Expat/WSDLParser.pm line 1. BEGIN failed--compilation aborted at t/SOAP/WSDL/Generator/XSD.t line 11. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-38 Failed 38/38 tests, 0.00% okay t/SOAP/WSDL/Generator/XSD_unsupported.................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Generator/XSD_unsupported.t line 7. Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Generator/XSD_unsupported.t line 8. Unrecognized character \357 at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Expat/WSDLParser.pm line 1. BEGIN failed--compilation aborted at t/SOAP/WSDL/Generator/XSD_unsupported.t line 10. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/SOAP/WSDL/Part......................................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Part.t line 15. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL/Part.t line 15. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" # Failed test at t/SOAP/WSDL/Part.t line 20. # 'Can't locate object method "serialize" via package "SOAP::WSDL::Part" at t/SOAP/WSDL/Part.t line 19. # ' # doesn't match '(?-xism:No typelib)' Can't locate object method "new" via package "SOAP::WSDL::Part" at t/SOAP/WSDL/Part.t line 29. # Looks like you planned 5 tests but only ran 2. # Looks like you failed 2 tests of 2 run. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/SOAP/WSDL/Serializer/XSD............................Use of implicit split to @_ is deprecated at t/SOAP/WSDL/Serializer/XSD.t line 5. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 28. Ambiguous call resolved as CORE::caller(), qualify as such or use & at /usr/perl5.005_05/lib/5.00505/overload.pm line 35. # Failed test 'use 1;' # at t/SOAP/WSDL/Serializer/XSD.t line 5. # Tried to use '1'. # Error: syntax error at (eval 3) line 2, near "use 1 @imports" Can't locate object method "new" via package "SOAP::WSDL::Serializer::XSD" at t/SOAP/WSDL/Serializer/XSD.t line 7. # Looks like you failed 1 test of 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/SOAP/WSDL/Server....................................Can't locate Class/Std/Fast.pm in @INC (@INC contains: /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 . /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 .) at t/SOAP/WSDL/Server.t line 2. BEGIN failed--compilation aborted at t/SOAP/WSDL/Server.t line 2. dubious Test returned status 2 (wstat 512, 0x200) t/SOAP/WSDL/Server/CGI................................skipped all skipped: IO::Scalar required for testing... t/SOAP/WSDL/Transport/01_Test.........................Can't locate Class/Std/Fast/Storable.pm in @INC (@INC contains: /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch /usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 . /usr/perl5.005_05/lib/5.00505/i386-freebsd /usr/perl5.005_05/lib/5.00505 /usr/perl5.005_05/lib/site_perl/5.005/i386-freebsd /usr/perl5.005_05/lib/site_perl/5.005 .) at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Client.pm line 6. BEGIN failed--compilation aborted at /usr/local/src/CPAN/build/SOAP-WSDL-2.00_27-Y08A4k/blib/lib/SOAP/WSDL/Client.pm line 6. BEGIN failed--compilation aborted at t/SOAP/WSDL/Transport/01_Test.t line 5. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-9 Failed 9/9 tests, 0.00% okay t/SOAP/WSDL/Transport/02_HTTP.........................Can't locate utf8.pm in @INC [Output truncated after 50K] ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have ------------------ ---- ------ ! Class::Std::Fast v05 n/a Data::Dumper 0 2.101 Date::Format 0 2.22 Date::Parse 0 2.27 File::Basename 0 2.6 File::Path 0 1.0401 Getopt::Long 0 2.20 List::Util 0 1.19 ! LWP::UserAgent 0 n/a ! Template 0 n/a Term::ReadKey 0 2.30 XML::Parser::Expat 0 2.34 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/cpansand/bin/freebsd6.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/X386/bin:/usr/games:/home/cpansand/devel:/usr/home/e/eserte/work/srezic-misc/scripts PERL5LIB = /usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/arch:/usr/local/src/CPAN/build/TimeDate-1.16-aZnonb/blib/lib:/usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/arch:/usr/local/src/CPAN/build/version-0.74-yYn6W4/blib/lib PERL5_CPANPLUS_IS_RUNNING = 95775 PERL5_CPAN_IS_RUNNING = 95775 PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla SHELL = /usr/local/bin/zsh TERM = xterm Perl special variables (and OS-specific diagnostics, for MSWin32): $^X = perl5.00505 $UID/$EUID = 1023 / 1023 $GID = 1023 1023 1023 $EGID = 1023 1023 1023 Perl module toolchain versions installed: Module Have ------------------- --------- CPAN 1.9205 Cwd 3.25 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 3.25 Module::Build 0.2808_01 Module::Signature n/a Test::Harness 2.64 Test::More 0.72 YAML n/a YAML::Syck n/a version 0.74 -- 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'
