> From: Tony Edwardson > I would like to create a PAR::Lite module which performs a > subset of the > PAR functionality using something like Compress::Zlib::Perl to just > handle using PAR files as an additional resource of CPAN modules.
Why you need pure-perl Compress::Zlib::Perl, given that Compress::Zlib is already in the core?? Archive::Zip is pure-perl already.