Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: leandro.hermida [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 2.08
  • 2.09
  • 2.10
Fixed in: (no value)



Hello, When installing and testing XML-Compile-SOAP 2.08,2.09 & 2.10 you get the following warnings during every single test: Prototype mismatch: sub XML::Compile::SOAP::Trace::error (@) vs () at lib/XML/Compile/SOAP/Trace.pm line 28. Subroutine error redefined at lib/XML/Compile/SOAP/Trace.pm line 28. If you then install the module and try to use it in your code you will also get this error each time the script starts. I use Perl 5.10.1 on Linux x86_64 best, Leandro
Subject: Re: [rt.cpan.org #55095]
Date: Mon, 1 Mar 2010 13:17:20 +0100
To: "Hermida, Leandro via RT" <bug-XML-Compile-SOAP [...] rt.cpan.org>
From: Mark Overmeer <solutions [...] overmeer.net>
* Hermida, Leandro via RT (bug-XML-Compile-SOAP@rt.cpan.org) [100301 12:08]: Show quoted text
> Mon Mar 01 07:08:21 2010: Request 55095 was acted upon. > Transaction: Ticket created by Leandro.Hermida@fmi.ch > Queue: XML-Compile-SOAP > Subject: (No subject given) > Broken in: 2.08, 2.09, 2.10 > > When installing and testing XML-Compile-SOAP 2.08,2.09 & 2.10 you get > the following warnings during every single test: > > Prototype mismatch: sub XML::Compile::SOAP::Trace::error (@) vs () at > lib/XML/Compile/SOAP/Trace.pm line 28. > Subroutine error redefined at lib/XML/Compile/SOAP/Trace.pm line 28.
This is a problem with the new version of Log::Report. Please change lib/XML/Compile/SOAP/Trace.pm package XML::Compile::SOAP::Trace; -use Log::Report 'xml-compile-soap', syntax => 'SHORT'; +use Log::Report 'xml-compile-soap', syntax => 'REPORT'; It will be fixed this week, when I release a new version of XML::Compile::SOAP -- Thanks for the report, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Subject: Compile errors
has been resolved in 2.11 which I just uploaded to CPAN. Thanks for the report.