From 6534f16305181c3ad8e38dd91f5ce92172fa9b18 Mon Sep 17 00:00:00 2001 From: pmqs Date: Sat, 27 Apr 2024 13:52:08 +0100 Subject: [PATCH] version 2.212 --- Changes | 4 ++++ META.json | 2 +- META.yml | 2 +- README | 6 +++--- lib/Compress/Raw/Zlib.pm | 2 +- t/000prereq.t | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index db56c76..3df7076 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ CHANGES ------- + 2.212 27 April 2024 + + * no functional changes + 2.211 6 April 2024 * version 2.211 diff --git a/META.json b/META.json index e696ec2..4f10a65 100644 --- a/META.json +++ b/META.json @@ -45,6 +45,6 @@ "web" : "https://github.com/pmqs/Compress-Raw-Zlib" } }, - "version" : "2.211", + "version" : "2.212", "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index c72fdc2..8ad9f08 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.211' +version: '2.212' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/README b/README index 3c6cd07..2af0590 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ Compress-Raw-Zlib - Version 2.211 + Version 2.212 - 6 April 2024 + 27 April 2024 Copyright (c) 2005-2024 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -390,7 +390,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.211" ; + $VERSION = "2.212" ; 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 ed69c8a..1077cd3 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.211'; +$VERSION = '2.212'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/t/000prereq.t b/t/000prereq.t index d7a4455..c351a88 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.211'; + my $VERSION = '2.212'; my @NAMES = qw( );