Skip Menu |

This queue is for tickets about the IO-Compress CPAN distribution.

Report information
The Basics
Id: 54510
Status: resolved
Priority: 0/
Queue: IO-Compress

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

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

Attachments


Subject: Disabling the zlib version tests
I am working to fix a test failure in the Debian package IO::Compress. We think that the zlib version test is not useful for us, because the name of the zlib package will change if there are incompatible ABI changes. Therefore we'd like to disable these tests to avoid build failures. The attached patch will skip the version tests if TEST_SKIP_VERSION_CHECK is set.
Subject: disable-zlib-version-test
Download disable-zlib-version-test
application/octet-stream 2.9k

Message body not shown because it is not plain text.

On Thu Feb 11 03:27:02 2010, MXEY wrote: Show quoted text
> I am working to fix a test failure in the Debian package IO::Compress. > We think that the zlib version test is not useful for us, because the > name of the zlib package will change if there are incompatible ABI > changes. Therefore we'd like to disable these tests to avoid build
failures. Show quoted text
> > The attached patch will skip the version tests if > TEST_SKIP_VERSION_CHECK is set.
Hi. Is the patch needed to fix the IO::Compress failure you mention above, or is it for something else? i.e. does it fix something that is broken? Paul