X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FCompress%2FZlib%2FREADME;h=0b550b5fbb536090126d42e1e67928b1d9d28f8a;hb=837cb3baceb77ebdb19584af90d9148242208eb6;hp=13f3996868190f316e56c0a4ad725595a2c11337;hpb=aa976d0c37399f75e81801ee86455944a2734d9c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Compress/Zlib/README b/ext/Compress/Zlib/README index 13f3996..0b550b5 100644 --- a/ext/Compress/Zlib/README +++ b/ext/Compress/Zlib/README @@ -1,42 +1,28 @@ - Compress::Zlib + Compress-Zlib - Version 2.007 + Version 2.011 - 22nd September 2007 + 17th May 2008 - - Copyright (c) 1995-2007 Paul Marquess. All rights reserved. + Copyright (c) 1995-2008 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. - - - DESCRIPTION ----------- - This module provides a Perl interface to the zlib compression library. - - - - PREREQUISITES ------------- -Before you can build Compress::Zlib you need to have the following +Before you can build Compress-Zlib you need to have the following installed on your system: - * Perl 5.004 or better. * Compress::Raw::Zlib - * IO::Compress::Zlib - - - - + * IO::Compress::Gzip BUILDING THE MODULE ------------------- @@ -48,27 +34,20 @@ using this sequence of commands: make make test - - INSTALLATION ------------ -To install Compress::Zlib, run the command below: +To install Compress-Zlib, run the command below: make install - - - - TROUBLESHOOTING --------------- - Undefined Symbol gzsetparams ---------------------------- -If you get the error shown below when you run the Compress::Zlib test +If you get the error shown below when you run the Compress-Zlib test harness it probably means you are running a copy of zlib that is version 1.0.5 or older. @@ -82,8 +61,6 @@ There are two ways to fix this problem: 2. Edit config.in and set the OLD_ZLIB variable to True. - - Test Harness 01version fails ---------------------------- If the 01version test harness fails, and the problem isn't covered by the @@ -96,18 +73,10 @@ Run the command below to see if this is indeed the case Try removing the one you don't want to use and rebuild. - - - - - - - - FEEDBACK -------- -How to report a problem with Compress::Zlib. +How to report a problem with Compress-Zlib. To help me help you, I need all of the following information: @@ -124,24 +93,8 @@ To help me help you, I need all of the following information: If your perl does not understand the "-V" option it is too old. This module needs Perl version 5.004 or better. - b. The version of Compress::Zlib you have. - If you have successfully installed Compress::Zlib, this one-liner - will tell you: - - perl -MCompress::Zlib -e 'print qq[ver $Compress::Zlib::VERSION\n]' - - If you areplete* output from running this - - perl -V - - Do not edit the output in any way. - Note, I want you to run "perl -V" and NOT "perl -v". - - If your perl does not understand the "-V" option it is too - old. This module needs Perl version 5.004 or better. - - b. The version of Compress::Zlib you have. - If you have successfully installed Compress::Zlib, this one-liner + b. The version of Compress-Zlib you have. + If you have successfully installed Compress-Zlib, this one-liner will tell you: perl -MCompress::Zlib -e 'print qq[ver $Compress::Zlib::VERSION\n]' @@ -150,15 +103,13 @@ To help me help you, I need all of the following information: perl -MCompress::Zlib -e "print qq[ver $Compress::Zlib::VERSION\n]" - If you haven't installed Compress::Zlib then search Compress::Zlib.pm + If you haven't installed Compress-Zlib then search Compress::Zlib.pm for a line like this: - $VERSION = "1.05" ; - + $VERSION = "2.011" ; - - 2. If you are having problems building Compress::Zlib, send me a - complete log of what happened. Start by unpacking the Compress::Zlib + 2. If you are having problems building Compress-Zlib, send me a + complete log of what happened. Start by unpacking the Compress-Zlib module into a fresh directory and keep a log of all the steps [edit config.in, if necessary] @@ -166,5 +117,4 @@ To help me help you, I need all of the following information: make make test TEST_VERBOSE=1 - Paul Marquess