Update Compression modules to version 2.009
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / README
index 8fd701b..47b634e 100644 (file)
@@ -1,43 +1,29 @@
 
                              Compress-Zlib
 
-                             Version 2.008
+                             Version 2.009
 
-                             2nd November 2007
+                              20th April 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
 installed on your system:
 
-
     * Perl 5.004 or better. 
     * Compress::Raw::Zlib
     * IO::Compress::Gzip
 
-
-
-
-
 BUILDING THE MODULE
 -------------------
 
@@ -48,8 +34,6 @@ using this sequence of commands:
     make
     make test
 
-
-
 INSTALLATION
 ------------
 
@@ -57,14 +41,9 @@ To install Compress-Zlib, run the command below:
 
     make install
 
-
-
-
-
 TROUBLESHOOTING
 ---------------
 
-
 Undefined Symbol gzsetparams
 ----------------------------
 
@@ -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,14 +73,6 @@ 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
 --------
 
@@ -137,9 +106,7 @@ To help me help you, I need all of the following information:
         If you haven't installed Compress-Zlib then search Compress::Zlib.pm
         for a line like this:
 
-          $VERSION = "2.008" ;
-
-
+          $VERSION = "2.009" ;
 
  2. If you are having problems building Compress-Zlib, send me a
     complete log of what happened. Start by unpacking the Compress-Zlib
@@ -150,5 +117,4 @@ To help me help you, I need all of the following information:
         make
         make test TEST_VERBOSE=1          
 
-
 Paul Marquess <pmqs@cpan.org>