diff --git a/Changes b/Changes index 91ac4c7..14519c8 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ CHANGES ------- + 2.088 31 October 2019 + + * Add SUPPORT section + d348ad76c2073a2973d094891fbd0c2e24bf397d + + * 000prereq.t: dump Perl version + e1afe502818cb1ccf5bad917b14b029b408f47f1 + 2.087 10 August 2019 * clang warning in ppport.h diff --git a/META.json b/META.json index 0dac85c..d4c4489 100644 --- a/META.json +++ b/META.json @@ -45,6 +45,6 @@ "web" : "https://github.com/pmqs/Compress-Raw-Zlib" } }, - "version" : "2.087", + "version" : "2.088", "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index 74515fb..6d6c31d 100644 --- a/META.yml +++ b/META.yml @@ -23,5 +23,5 @@ resources: bugtracker: https://github.com/pmqs/Compress-Raw-Zlib/issues homepage: https://github.com/pmqs/Compress-Raw-Zlib repository: git://github.com/pmqs/Compress-Raw-Zlib.git -version: '2.087' +version: '2.088' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/README b/README index aaf95bb..70ea421 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ Compress-Raw-Zlib - Version 2.087 + Version 2.088 - 10 August 2019 + 3 November 2019 Copyright (c) 2005-2019 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -359,7 +359,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.087" ; + $VERSION = "2.088" ; c. The version of zlib you have used. If you have successfully installed Compress-Raw-Zlib, this one-liner diff --git a/lib/Compress/Raw/Zlib.pm b/lib/Compress/Raw/Zlib.pm index 3d782b7..1e7d322 100644 --- a/lib/Compress/Raw/Zlib.pm +++ b/lib/Compress/Raw/Zlib.pm @@ -10,7 +10,7 @@ use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DEFLATE_CONSTANTS, @DEFLATE_CONSTANTS); -$VERSION = '2.087'; +$VERSION = '2.088'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/t/000prereq.t b/t/000prereq.t index 557cefa..5e8b596 100644 --- a/t/000prereq.t +++ b/t/000prereq.t @@ -22,7 +22,7 @@ BEGIN if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; - my $VERSION = '2.087'; + my $VERSION = '2.088'; my @NAMES = qw( );