Skip Menu |

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

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

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

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



Subject: IO::Compress::RawDeflate unnecessarily loads IO::Seekable
While debugging an issue with B::C, I noticed that IO::Compress::RawDeflate uses IO::Seekable to get access to SEEK_SET, which technically comes from Fcntl, so it's a re-export. Could I suggest directly depending on Fcntl in RawDeflate?
On Mon Nov 10 18:07:59 2014, TODDR wrote: Show quoted text
> While debugging an issue with B::C, I noticed that > IO::Compress::RawDeflate uses IO::Seekable to get access to SEEK_SET, > which technically comes from Fcntl, so it's a re-export. Could I > suggest directly depending on Fcntl in RawDeflate?
You can indeed. Fix includes in latest upload to CPAN. cheers Paul