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