This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $English::VERSION to 1.06
[perl5.git] / cpan / Compress-Raw-Zlib / README
index f43547a..4368080 100644 (file)
@@ -1,17 +1,17 @@
 
-                             Compress-Raw-Zlib
+                            Compress-Raw-Zlib
 
-                             Version 2.044
+                         Version 2.059
 
-                            3rd December 2011
+                            25th November 2012
 
-       Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
+       Copyright (c) 2005-2012 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.
 
               The directory zlib-src contains a subset of the 
-             source files copied directly from zlib version 1.2.5.
-                  These files are Copyright(C) 1995-2010
+             source files copied directly from zlib version 1.2.7.
+                  These files are Copyright(C) 1995-2012
                      Jean-loup Gailly and Mark Adler.
              Full source for the zlib library is available at
                             http://www.zlib.org
@@ -29,7 +29,7 @@ installed on your system:
 
     * A C compiler
 
-    * Perl 5.004 or better. 
+    * Perl 5.006 or better. 
 
 By default, Compress-Raw-Zlib will build its own private copy of the 
 zlib library. If you want to use a different version of 
@@ -71,7 +71,7 @@ zlib library is used:
     3. Use a pre-built zlib library.
 
 Note that if you intend to use either Option 2 or 3, you need to have
-zlib version 1.0.5 or better.
+zlib version 1.2.0 or better.
 
 The contents of the file config.in are used to control which of the
 three options is actually used. This file is read during the
@@ -99,16 +99,16 @@ before building this module.
   
   For option 2, fetch a copy of the zlib source distribution from
   http://www.zlib.org and unpack it into the Compress-Raw-Zlib source 
-  directory. Assuming you have fetched zlib 1.2.5
-  it will create a directory called zlib-1.2.5
+  directory. Assuming you have fetched zlib 1.2.7
+  it will create a directory called zlib-1.2.7
   
   Now set the variables in the file config.in as follows (if the version
-  you have fetched isn't 1.2.5, change the INCLUDE and LIB
+  you have fetched isn't 1.2.7, change the INCLUDE and LIB
   variables appropriately):
   
       BUILD_ZLIB   = True
-      INCLUDE      = ./zlib-1.2.5
-      LIB          = ./zlib-1.2.5
+      INCLUDE      = ./zlib-1.2.7
+      LIB          = ./zlib-1.2.7
       OLD_ZLIB     = False
       GZIP_OS_CODE = AUTO_DETECT
   
@@ -355,7 +355,7 @@ To help me help you, I need all of the following information:
         If you haven't installed Compress-Raw-Zlib then search Compress::Raw::Zlib.pm
         for a line like this:
 
-          $VERSION = "2.044" ;
+          $VERSION = "2.059" ;
 
      c. The version of zlib you have used.
         If you have successfully installed Compress-Raw-Zlib, this one-liner