Update Compress-Raw-Zlib to CPAN version 2.042
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 18 Nov 2011 20:06:18 +0000 (20:06 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 18 Nov 2011 20:06:18 +0000 (20:06 +0000)
  [DELTA]

  2.042 17 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 87d5a2e..3fa4754 100755 (executable)
@@ -389,7 +389,7 @@ use File::Glob qw(:case);
     'Compress::Raw::Zlib' =>
        {
        'MAINTAINER'    => 'pmqs',
-       'DISTRIBUTION'  => 'PMQS/Compress-Raw-Zlib-2.040.tar.gz',
+       'DISTRIBUTION'  => 'PMQS/Compress-Raw-Zlib-2.042.tar.gz',
 
        'FILES'         => q[cpan/Compress-Raw-Zlib],
        'EXCLUDED'      => [ qr{^t/Test/},
index 843b2a6..6e86f18 100644 (file)
@@ -1,6 +1,10 @@
 CHANGES
 -------
 
+  2.042 17 November 2011
+
+      * No Changes
+
   2.040 28 October 2011
 
       * No Changes
index 34f2199..1e7c4ae 100644 (file)
@@ -1,9 +1,9 @@
 
                              Compress-Raw-Zlib
 
-                             Version 2.040
+                             Version 2.042
 
-                             28th october 2011
+                            17th 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.040" ;
+          $VERSION = "2.042" ;
 
      c. The version of zlib you have used.
         If you have successfully installed Compress-Raw-Zlib, this one-liner
index 5477bce..853e2ed 100644 (file)
@@ -13,7 +13,7 @@ use warnings ;
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.040';
+$VERSION = '2.042';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
index 1fc0d3a..c731d6f 100644 (file)
@@ -199,7 +199,7 @@ L<Compress::Raw::Bzip2> has been upgraded from version 2.037 to version 2.042.
 
 =item *
 
-L<Compress::Raw::Zlib> has been upgraded from version 2.037 to version 2.040.
+L<Compress::Raw::Zlib> has been upgraded from version 2.037 to version 2.042.
 
 =item *