From 3682e4e48c316dcc6c004578e099377190d0b23b Mon Sep 17 00:00:00 2001 From: pmqs Date: Tue, 20 Feb 2024 13:14:56 +0000 Subject: [PATCH] version 2.209 --- META.json | 2 +- META.yml | 2 +- README | 4 ++-- lib/Compress/Raw/Bzip2.pm | 2 +- t/000prereq.t | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/META.json b/META.json index cee8dfb..a793832 100644 --- a/META.json +++ b/META.json @@ -45,6 +45,6 @@ "web" : "https://github.com/pmqs/Compress-Raw-Bzip2" } }, - "version" : "2.208", + "version" : "2.209", "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index 6a8f497..d61cca6 100644 --- a/META.yml +++ b/META.yml @@ -23,5 +23,5 @@ resources: bugtracker: https://github.com/pmqs/Compress-Raw-Bzip2/issues homepage: https://github.com/pmqs/Compress-Raw-Bzip2 repository: git://github.com/pmqs/Compress-Raw-Bzip2.git -version: '2.208' +version: '2.209' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/README b/README index 75e64a9..0133390 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Compress-Raw-Bzip2 - Version 2.208 + Version 2.209 19 February 2024 @@ -171,7 +171,7 @@ To help me help you, I need all of the following information: If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm for a line like this: - $VERSION = "2.208" ; + $VERSION = "2.209" ; c. The version of bzip2 you have used. If you have successfully installed Compress-Raw-Bzip2, this one-liner diff --git a/lib/Compress/Raw/Bzip2.pm b/lib/Compress/Raw/Bzip2.pm index 6ca9bfb..2e7dc3c 100644 --- a/lib/Compress/Raw/Bzip2.pm +++ b/lib/Compress/Raw/Bzip2.pm @@ -11,7 +11,7 @@ use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.208'; +$VERSION = '2.209'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/t/000prereq.t b/t/000prereq.t index aadcd8e..45aa458 100644 --- a/t/000prereq.t +++ b/t/000prereq.t @@ -19,7 +19,7 @@ BEGIN if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; - my $VERSION = '2.208'; + my $VERSION = '2.209'; my @NAMES = qw( );