Skip to content

Commit

Permalink
version 2.213
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 28, 2024
1 parent 85daf68 commit 63a2ca4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.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
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.212" ;
$VERSION = "2.213" ;

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.212';
$VERSION = '2.213';
$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.212';
my $VERSION = '2.213';
my @NAMES = qw(
);
Expand Down

0 comments on commit 63a2ca4

Please sign in to comment.