Skip to content

Commit

Permalink
Sync Compress-Raw-Bzip2 with CPAN 2.201
Browse files Browse the repository at this point in the history
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
  • Loading branch information
atoomic committed Jul 20, 2022
1 parent 97a89e9 commit 587a88e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ package Maintainers;
},

'Compress::Raw::Bzip2' => {
'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.103.tar.gz',
'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.201.tar.gz',
'FILES' => q[cpan/Compress-Raw-Bzip2],
'EXCLUDED' => [
qr{^t/Test/},
Expand Down
2 changes: 1 addition & 1 deletion cpan/Compress-Raw-Bzip2/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.103';
$VERSION = '2.201';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down
2 changes: 1 addition & 1 deletion cpan/Compress-Raw-Bzip2/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.103';
my $VERSION = '2.201';
my @NAMES = qw(
);
Expand Down

0 comments on commit 587a88e

Please sign in to comment.