Compression Modules Update for EBCDIC
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / README
index 18e7d30..4c616e7 100644 (file)
@@ -1,9 +1,9 @@
 
-                             IO::Compress::Zlib
+                             IO-Compress-Zlib
 
-                             Version 2.006
+                             Version 2.008
 
-                            1st September 2007
+                             2nd November 2007
 
 
        Copyright (c) 2005-2007 Paul Marquess. All rights reserved.
@@ -27,7 +27,7 @@ This module provides a Perl interface to allow reading and writing of RFC
 PREREQUISITES
 -------------
 
-Before you can build IO::Compress::Zlib you need to have the following
+Before you can build IO-Compress-Zlib you need to have the following
 installed on your system:
 
 
@@ -54,7 +54,7 @@ using this sequence of commands:
 INSTALLATION
 ------------
 
-To install IO::Compress::Zlib, run the command below:
+To install IO-Compress-Zlib, run the command below:
 
     make install
 
@@ -76,7 +76,7 @@ TROUBLESHOOTING
 The t/020isize Test Suite
 ------------------------
 
-This test suite checks that IO::Compress::Zlib can cope with gzip files
+This test suite checks that IO-Compress-Zlib can cope with gzip files
 that are larger than 2^32 bytes.
 
 By default these test are NOT run when you do a "make test". If you
@@ -86,7 +86,7 @@ Be warned though -- this test suite can take hours to run on a slow box.
 
 Also, due to the way the tests are constructed, some architectures will
 run out of memory during this test. This should not be considered a bug
-in the IO::Compress::Zlib module.
+in the IO-Compress-Zlib module.
 
 
 
@@ -94,7 +94,7 @@ in the IO::Compress::Zlib module.
 FEEDBACK
 --------
 
-How to report a problem with IO::Compress::Zlib.
+How to report a problem with IO-Compress-Zlib.
 
 To help me help you, I need all of the following information:
 
@@ -111,41 +111,25 @@ 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 IO::Compress::Zlib you have. 
-        If you have successfully installed IO::Compress::Zlib, this one-liner
+     b. The version of IO-Compress-Zlib you have. 
+        If you have successfully installed IO-Compress-Zlib, this one-liner
         will tell you:
 
-           perl -MIO::Compress::Zlib -e 'print qq[ver $IO::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 IO::Compress::Zlib you have. 
-        If you have successfully installed IO::Compress::Zlib, this one-liner
-        will tell you:
-
-           perl -MIO::Compress::Zlib -e 'print qq[ver $IO::Compress::Zlib::VERSION\n]'
+           perl -MIO::Compress::Gzip -e 'print qq[ver $IO::Compress::Gzip::VERSION\n]'
 
         If you are  running windows use this
 
-           perl -MIO::Compress::Zlib -e "print qq[ver $IO::Compress::Zlib::VERSION\n]"
+           perl -MIO::Compress::Gzip -e "print qq[ver $IO::Compress::Gzip::VERSION\n]"
 
-        If you haven't installed IO::Compress::Zlib then search IO::Compress::Zlib.pm
+        If you haven't installed IO-Compress-Zlib then search IO::Compress::Gzip.pm
         for a line like this:
 
-          $VERSION = "1.05" ;
+          $VERSION = "2.008" ;
 
 
 
- 2. If you are having problems building IO::Compress::Zlib, send me a
-    complete log of what happened. Start by unpacking the IO::Compress::Zlib
+ 2. If you are having problems building IO-Compress-Zlib, send me a
+    complete log of what happened. Start by unpacking the IO-Compress-Zlib
     module into a fresh directory and keep a log of all the steps
 
         [edit config.in, if necessary]