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?