From 63a2ca4e124d88914c000742f082126db9a99c03 Mon Sep 17 00:00:00 2001 From: pmqs Date: Wed, 28 Aug 2024 15:48:25 +0100 Subject: [PATCH] version 2.213 --- README | 6 +++--- lib/Compress/Raw/Bzip2.pm | 2 +- t/000prereq.t | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 73fd35c..2ecb4da 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ Compress-Raw-Bzip2 - Version 2.212 + Version 2.213 - 27 April 2024 + 28 August 2024 Copyright (c) 2005-2024 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -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.212" ; + $VERSION = "2.213" ; 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 29fb150..ea9d38c 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.212'; +$VERSION = '2.213'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/t/000prereq.t b/t/000prereq.t index 57ec538..7d09746 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.212'; + my $VERSION = '2.213'; my @NAMES = qw( );