Skip Menu |

This queue is for tickets about the SOAP-WSDL CPAN distribution.

Report information
The Basics
Id: 66914
Status: resolved
Priority: 0/
Queue: SOAP-WSDL

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.00.10
Fixed in: (no value)



Subject: Test failure with bleadperl (new warning about tie without *)
The Generator/XSD.t test fails because of a new warning in bleadperl: Use of uninitialized value $1 in concatenation (.) or string at /home/cpansand/var/ctps/2pre5140/install/perl-167630b6ab7e291cbd4f89943a3aec8d6a1ecbfc/lib/5.13.11/diagnostics.pm line 403, <POD_DIAG> chunk 1198. # Failed test 'warning on unrecognized attribute' # at t/SOAP/WSDL/Generator/XSD.t line 25. # found warning: Use of tied on a handle without * is deprecated at /home/cpansand/var/ctps/2pre5140/install/perl-167630b6ab7e291cbd4f89943a3aec8d6a1ecbfc/lib/site_perl/5.13.11/i386-freebsd/XML/Parser/Expat.pm line 447. # found warning: found unrecognised attribute {http://foo.bar}Action (ignored) at /var/tmp/CPAN-build/SOAP-WSDL-2.00.10-JttbMW/blib/lib/SOAP/WSDL/Base.pm line 130. # expected to find warning: found unrecognised attribute {http://foo.bar}Action (ignored) # Looks like you failed 1 test of 70. t/SOAP/WSDL/Generator/XSD.t ........................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/70 subtests This is with the latest stable SOAP-WSDL, I did not test the devel versions. Regards, Slaven
On Sat Mar 26 05:56:01 2011, SREZIC wrote: Show quoted text
> The Generator/XSD.t test fails because of a new warning in bleadperl: > > Use of uninitialized value $1 in concatenation (.) or string at > /home/cpansand/var/ctps/2pre5140/install/perl- > 167630b6ab7e291cbd4f89943a3aec8d6a1ecbfc/lib/5.13.11/diagnostics.pm > line 403, <POD_DIAG> chunk 1198. > > # Failed test 'warning on unrecognized attribute' > # at t/SOAP/WSDL/Generator/XSD.t line 25. > # found warning: Use of tied on a handle without * is deprecated at > /home/cpansand/var/ctps/2pre5140/install/perl- > 167630b6ab7e291cbd4f89943a3aec8d6a1ecbfc/lib/site_perl/5.13.11/i386- > freebsd/XML/Parser/Expat.pm > line 447. > # found warning: found unrecognised attribute {http://foo.bar}Action > (ignored) at > /var/tmp/CPAN-build/SOAP-WSDL-2.00.10- > JttbMW/blib/lib/SOAP/WSDL/Base.pm > line 130. > # expected to find warning: found unrecognised attribute > {http://foo.bar}Action (ignored) > # Looks like you failed 1 test of 70. > t/SOAP/WSDL/Generator/XSD.t ........................... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/70 subtests > > This is with the latest stable SOAP-WSDL, I did not test the devel > versions. > > Regards, > Slaven
XML::Parser is triggering this warning. I’ve just submitted a patch at <https://rt.cpan.org/Ticket/Display.html?id=67207>.
This seems resolved and long past. Closing this. Please re-open or let me know if I'm mistaken.