On Thu, 9 Sep 2004, Cpan Tester - CPAN++ Automate wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplicate effort. > > -- > This is an error report generated automatically by CPANPLUS, > version 0.049. > > Below is the error stack during 'make test': [ ... ] > Compression not available - Install IO::Zlib!
Thanks for the tests ... The PPM-Make distribution doesn't require Archive::Tar/Compress::Zlib, but will use it if it's available. From the above error (I presume from Archive::Tar), apparently you're using a fairly recent version of Archive::Tar. However, by default, IO::Zlib is a prerequisite of Archive::Tar (at least the most recent version). Could you let me know what version of Archive::Tar you're using, and if it's a recent one, did IO::Zlib get installed with it as a prerequisite? Thanks. -- best regards, randy kobes
