Skip Menu |

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

Report information
The Basics
Id: 16426
Status: rejected
Priority: 0/
Queue: Compress-Bzip2

People
Owner: Nobody in particular
Requestors: cpan [...] asgardr.info
Cc:
AdminCc:

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



Subject: Adding IO:: interface
Hello, Is it possible to add IO interface to use <> operator with Compress::Bzip2 object ? This will avoid the use of PerlIO::via::Bzip2. Thanks.
On Sun Dec 11 08:33:11 2005, guest wrote: Show quoted text
> Hello, > > Is it possible to add IO interface to use <> operator with > Compress::Bzip2 object ? > This will avoid the use of PerlIO::via::Bzip2.
No, use the modern IO::Compress::Bzip2 instead. Compress::Bzip2 is just for backwards compat with the old Compress::Zlib instead. The IO interface is done in IO::Compress::Bzip2 -- Reini Urban