Skip Menu |

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

Report information
The Basics
Id: 85033
Status: resolved
Priority: 0/
Queue: XML-Compile-SOAP

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

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



Subject: Several problems with 2.36
Hi Mark, I ran into several problems with 2.36: * Makefile.PL lists XML::Compile::Cache 0.993 as prereq where 0.992 is the latest version on CPAN * when I change that and "make test" I get those errors: t/50wsdl.t ........ Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133. # Looks like your test exited with 2 before it could output anything. t/50wsdl.t ........ Dubious, test returned 2 (wstat 512, 0x200) Failed 41/41 subtests t/51wsdloneway.t .. Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133. # Looks like your test exited with 2 before it could output anything. t/51wsdloneway.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 11/11 subtests t/52wsdlfault.t ... Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133. # Looks like your test exited with 2 before it could output anything. t/52wsdlfault.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 14/14 subtests t/53wsdlrpclit.t .. 1/24 Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133. # Looks like you planned 24 tests but ran 2. # Looks like your test exited with 2 just after 2. t/53wsdlrpclit.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 22/24 subtests t/54wsdlrpclit.t .. 1/14 Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133. # Looks like you planned 14 tests but ran 2. # Looks like your test exited with 2 just after 2. t/54wsdlrpclit.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 12/14 subtests t/55wsdlrpcone.t .. Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133. # Looks like your test exited with 2 before it could output anything. t/55wsdlrpcone.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 11/11 subtests t/60xop.t ......... ok * I can't select version 2.36 in RT (I know that's nothing you can work on) - Renée
Subject: Re: [rt.cpan.org #85033] Several problems with 2.36
Date: Fri, 3 May 2013 15:18:51 +0200
To: RENEEB via RT <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: Mark Overmeer <solutions [...] overmeer.net>
* RENEEB via RT (bug-XML-Compile-SOAP@rt.cpan.org) [130503 13:16]: Show quoted text
> Fri May 03 09:16:04 2013: Request 85033 was acted upon. > Transaction: Ticket created by RENEEB > Queue: XML-Compile-SOAP > Subject: Several problems with 2.36 > > I ran into several problems with 2.36: > > * Makefile.PL lists XML::Compile::Cache 0.993 as prereq where 0.992 is > the latest version on CPAN > * when I change that and "make test" I get those errors: > > t/50wsdl.t ........ Can't locate object method "learnPrefixes" via package "XML::Compile::WSDL11" at lib/XML/Compile/WSDL11.pm line 133. > # Looks like your test exited with 2 before it could output anything.
Yes, that method was added in 0.993. It's not a bug: you really need that version. Forgot to publish that yesterday, just repaired that. -- MarkOv ------------------------------------------------------------------------ drs Mark A.C.J. Overmeer MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Solved by releasing the required dependencies