Update Compress-Raw-Zlib to CPAN version 2.043
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 22 Nov 2011 19:23:51 +0000 (19:23 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 22 Nov 2011 19:23:51 +0000 (19:23 +0000)
  [DELTA]

  2.043 20 November 2011

      * No Changes

Porting/Maintainers.pl
cpan/Compress-Raw-Zlib/Changes
cpan/Compress-Raw-Zlib/README
cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
pod/perldelta.pod

index 27c2a59..45006f6 100755 (executable)
@@ -389,7 +389,7 @@ use File::Glob qw(:case);
     'Compress::Raw::Zlib' =>
        {
        'MAINTAINER'    => 'pmqs',
-       'DISTRIBUTION'  => 'PMQS/Compress-Raw-Zlib-2.042.tar.gz',
+       'DISTRIBUTION'  => 'PMQS/Compress-Raw-Zlib-2.043.tar.gz',
 
        'FILES'         => q[cpan/Compress-Raw-Zlib],
        'EXCLUDED'      => [ qr{^t/Test/},
index 6e86f18..faae29d 100644 (file)
@@ -1,6 +1,10 @@
 CHANGES
 -------
 
+  2.043 20 November 2011
+
+      * No Changes
+
   2.042 17 November 2011
 
       * No Changes
index 1e7c4ae..173a357 100644 (file)
@@ -1,9 +1,9 @@
 
                              Compress-Raw-Zlib
 
-                             Version 2.042
+                             Version 2.043
 
-                            17th November 2011
+                            20th November 2011
 
        Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -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.042" ;
+          $VERSION = "2.043" ;
 
      c. The version of zlib you have used.
         If you have successfully installed Compress-Raw-Zlib, this one-liner
index 853e2ed..40db8b6 100644 (file)
@@ -13,7 +13,7 @@ use warnings ;
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.042';
+$VERSION = '2.043';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
index 7e484bf..6808442 100644 (file)
@@ -101,6 +101,10 @@ L<Archive::Tar> has been upgraded from version 1.80 to version 1.82.
 Adjustments to handle files >8gb (>0777777777777 octal) and a feature to
 return the MD5SUM of files in the archive.
 
+=item *
+
+L<Compress::Raw::Zlib> has been upgraded from version 2.042 to version 2.043.
+
 =back
 
 =head2 Removed Modules and Pragmata