Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Image-PNG-FileConvert CPAN distribution.

Report information
The Basics
Id: 74840
Status: resolved
Priority: 0/
Queue: Image-PNG-FileConvert

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

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



Subject: Re: [rt.cpan.org #74840] Fails with Image::PNG >= 0.6
Date: Fri, 10 Feb 2012 16:36:20 +0900
To: bug-Image-PNG-FileConvert [...] rt.cpan.org
From: Ben Bullock <benkasminbullock [...] gmail.com>
On 10 February 2012 14:02, Andreas Koenig via RT <bug-Image-PNG-FileConvert@rt.cpan.org> wrote: Show quoted text
Thanks for the message. I'm aware of the test failures, which are probably due to an underlying bug in the Image::PNG::Libpng module rather than this one. But I am not sure whether anyone is using the module. If you are using the module for something, let me know, then I will think about fixing the bug. Otherwise, it doesn't really matter, does it?
No, I'm not using the module, I'm just watching cpan testers results to find interesting bugs. Please leave the ticket open so that future interested parties know what the status of the failing tests is. Thanks,
This bug is (probably) fixed now. It was due to a series of incompatibilities, first of all between the prototype for set_tIME in Image::PNG::Libpng, and then also an incompatibility in the calling parameters of "set_text" between Image::PNG::Libpng and file2png in Image::PNG::Fileconvert. The new Image::PNG version 0.09 and the new Image::PNG::FileConvert 0.03 should fix this up. We'll see how cpan testers manages and if all goes well this bug is fixed.
Thanks I think this is working now. There are some test fails with the new version but these all seem to have arisen from using the "done_testing ();" feature with Test::More.