Skip Menu |

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

Report information
The Basics
Id: 82918
Status: rejected
Priority: 0/
Queue: XML-Compile

People
Owner: Nobody in particular
Requestors: joenio [...] perl.org.br
Cc:
AdminCc:

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



Subject: XML::Compile is compatible with Log::Report version before 0.991
I'm running XML::Compile with Log::Report 0.94 and all tests are passing. Maybe it will be a good idea apply the following PATCH to correct that: <diff> --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ { XML::LibXML => 1.94 , XML::Compile::Tester => 0.90 , IO => 1.22 - , Log::Report => 0.991 + , Log::Report => 0.94 , Math::BigInt => 1.77 , Math::BigRat => 0.10 </diff> ------------------------- $ perl -v This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi $ uname -a Linux molly.neuromancer 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux
Subject: Re: [rt.cpan.org #82918] XML::Compile is compatible with Log::Report version before 0.991
Date: Wed, 23 Jan 2013 23:34:33 +0100
To: Joenio Marques da Costa via RT <bug-XML-Compile [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Joenio Marques da Costa via RT (bug-XML-Compile@rt.cpan.org) [130123 22:17]: Show quoted text
> Wed Jan 23 17:16:57 2013: Request 82918 was acted upon. > Transaction: Ticket created by joenio@perl.org.br > Queue: XML-Compile > Subject: XML::Compile is compatible with Log::Report version before 0.991 > Broken in: 1.30 > > I'm running XML::Compile with Log::Report 0.94 and all tests are > passing. Maybe it will be a good idea apply the following PATCH to > correct that: > > <diff> > --- a/Makefile.PL > +++ b/Makefile.PL > @@ -10,7 +10,7 @@ > { XML::LibXML => 1.94 > , XML::Compile::Tester => 0.90 > , IO => 1.22 > - , Log::Report => 0.991 > + , Log::Report => 0.94 > > , Math::BigInt => 1.77 > , Math::BigRat => 0.10 > </diff>
Log::Report had a problem with the dynamic hash ordering of Perl 5.17 This made Log::Report fail regression tests, and with it also the XML::Compile tests. To please cpan-testers, I had to upgrade both. Thanks for your idea. You probably do not run 5.17 yet. Do not hessitate to contribute more ideas. -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Suggestion not valid for all cases