Skip to content

Commit

Permalink
version 2.212
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Apr 27, 2024
1 parent da9cd37 commit f3574f8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
CHANGES
-------

2.212 27 April 2024

* no functional changes

2.211 6 April 2024

* version 2.211
Sat Apr 6 14:18:21 2024 +0100
f0af7da12a9bdb3860965aab1ad57bca2f5004dc

2.210 26 February 2024

* version 2.210
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"web" : "https://github.com/pmqs/Compress-Raw-Bzip2"
}
},
"version" : "2.211",
"version" : "2.212",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.211'
version: '2.212'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Compress-Raw-Bzip2

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
Expand Down Expand Up @@ -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.211" ;
$VERSION = "2.212" ;

c. The version of bzip2 you have used.
If you have successfully installed Compress-Raw-Bzip2, this one-liner
Expand Down
2 changes: 1 addition & 1 deletion lib/Compress/Raw/Bzip2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Carp ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);

$VERSION = '2.211';
$VERSION = '2.212';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion t/000prereq.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BEGIN
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };


my $VERSION = '2.211';
my $VERSION = '2.212';
my @NAMES = qw(
);
Expand Down

0 comments on commit f3574f8

Please sign in to comment.