Skip Menu |

This queue is for tickets about the TAP-Formatter-JUnit CPAN distribution.

Report information
The Basics
Id: 56359
Status: resolved
Priority: 0/
Queue: TAP-Formatter-JUnit

People
Owner: Nobody in particular
Requestors: davel [...] state51.co.uk
Cc:
AdminCc:

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



Subject: Various fixes for TAP-Formatter-JUnit 0.07
Date: Wed, 7 Apr 2010 19:28:27 +0100 (BST)
To: bug-TAP-Formatter-JUnit [...] rt.cpan.org
From: Dave Lambley <davel [...] state51.co.uk>
Hi, I have attached a patch against 0.07. It's also at http://github.com/davel/TAP-Formatter-JUnit . It gives you three things, 1) A work around for 0.99 of XML::Generator, in which it elegently, but erroneously, indents your CDATA. 2) Use Moose rather than Class::Field. It doesn't change the behaviour, but it gives us less dependency pain. 3) Correct a test count. Regards, Dave Lambley

Message body is not shown because sender requested not to inline it.

A new TAP-Formatter-JUnit 0.09 release coming later this week will address the issue of using Class::Field instead of Moose; switched it over to Moose this release while also doing a bunch of other internal refactoring. As for the XML::Generator CDATA issue, IIRC that's been fixed in XML::Generator and should not need an update here (so I've applied none).