On Sat, Feb 14, 2004 at 05:08:04AM +0800, Autrijus Tang wrote: > Attached is Ton's version of gunzip.pl. If anybody is looking for a > small project to work on, then I'd seriously appreciate if it can be > made API compatible with Compress::Zlib, perhaps as Compress::Zlib_PP > or Compress::Zlib::PurePerl. It will then make PAR's bootstrapping > much simpler, as well as serving many other uses.
Strictly do you need a pure perl gunzip (ie the gzopen etc part of the API)? Or is the inflateInit() etc part of the API all that you use? Nicholas Clark
