Skip to content

Commit 587a88e

Browse files
committed
Sync Compress-Raw-Bzip2 with CPAN 2.201
From ChangeLog: 2.201 25 June 2022 * 2.201 Sat Jun 25 08:46:32 2022 +0100 92a318bb03b85e2dcb4991f4b958fbce6ce9913f * Add perl 5.36 Sun Jun 5 13:45:55 2022 +0100 23064d78dcd14f0898aeb64ce408914dac0805a0
1 parent 97a89e9 commit 587a88e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Porting/Maintainers.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ package Maintainers;
204204
},
205205

206206
'Compress::Raw::Bzip2' => {
207-
'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.103.tar.gz',
207+
'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.201.tar.gz',
208208
'FILES' => q[cpan/Compress-Raw-Bzip2],
209209
'EXCLUDED' => [
210210
qr{^t/Test/},

cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Carp ;
1111
use bytes ;
1212
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
1313

14-
$VERSION = '2.103';
14+
$VERSION = '2.201';
1515
$XS_VERSION = $VERSION;
1616
$VERSION = eval $VERSION;
1717

cpan/Compress-Raw-Bzip2/t/000prereq.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BEGIN
1919
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };
2020

2121

22-
my $VERSION = '2.103';
22+
my $VERSION = '2.201';
2323
my @NAMES = qw(
2424
2525
);

0 commit comments

Comments
 (0)