Skip to content

Commit

Permalink
version 2.208
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 19, 2024
1 parent b488bed commit 1d9e7fe
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,6 +1,12 @@
CHANGES
-------

2.208 19 February 2024

* fix for READMEmd target
Mon Feb 19 09:11:15 2024 +0000
b488bed5ffc2acfa076a0018ec08fa72a0cb3882

2.207 18 February 2024

* No changes
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -45,6 +45,6 @@
"web" : "https://github.com/pmqs/Compress-Raw-Bzip2"
}
},
"version" : "2.207",
"version" : "2.208",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
2 changes: 1 addition & 1 deletion META.yml
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.207'
version: '2.208'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
6 changes: 3 additions & 3 deletions README
@@ -1,9 +1,9 @@

Compress-Raw-Bzip2

Version 2.207
Version 2.208

18 February 2024
19 February 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.207" ;
$VERSION = "2.208" ;

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
Expand Up @@ -11,7 +11,7 @@ use Carp ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);

$VERSION = '2.207';
$VERSION = '2.208';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

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


my $VERSION = '2.207';
my $VERSION = '2.208';
my @NAMES = qw(
);
Expand Down

0 comments on commit 1d9e7fe

Please sign in to comment.