Skip to content

Commit 7afcb31

Browse files
pmqsjkeenan
authored andcommitted
cpan/Compress-Raw-Bzip2 - Update to version 2.214
2.214 24 October 2025 * version 2.214 Fri Oct 24 16:15:22 2025 +0100 5fd4a5676d0e9a283d55fdf7d2a14957292060dd * Add dependbot yml file to police the workflow files Thu Sep 4 16:57:57 2025 +0100 af071123f21dbd30cd1c0caab4fd126512007161 * Add perl 5.42 to workflow files Thu Sep 4 16:57:06 2025 +0100 efd6a1b6cb0e2be7a26747b427575d6aa4bee6d6
1 parent cc62d5e commit 7afcb31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Porting/Maintainers.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ package Maintainers;
218218
},
219219

220220
'Compress::Raw::Bzip2' => {
221-
'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.213.tar.gz',
222-
'SYNCINFO' => 'jkeenan on Wed Aug 28 14:11:20 2024',
221+
'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.214.tar.gz',
222+
'SYNCINFO' => 'jkeenan on Sat Oct 25 11:33:29 2025',
223223
'FILES' => q[cpan/Compress-Raw-Bzip2],
224224
'EXCLUDED' => [
225225
qr{^t/Test/},

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

Lines changed: 2 additions & 2 deletions
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.213';
14+
$VERSION = '2.214';
1515
$XS_VERSION = $VERSION;
1616
$VERSION = eval $VERSION;
1717

@@ -384,7 +384,7 @@ See the Changes file.
384384
385385
=head1 COPYRIGHT AND LICENSE
386386
387-
Copyright (c) 2005-2024 Paul Marquess. All rights reserved.
387+
Copyright (c) 2005-2025 Paul Marquess. All rights reserved.
388388
389389
This program is free software; you can redistribute it and/or
390390
modify it under the same terms as Perl itself.

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

Lines changed: 1 addition & 1 deletion
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.213';
22+
my $VERSION = '2.214';
2323
my @NAMES = qw(
2424
2525
);

0 commit comments

Comments
 (0)