summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas R <nicolas@atoomic.org>2021-03-20 15:16:04 -0600
committerℕicolas ℝ <nicolas@atoomic.org>2021-03-20 16:16:04 -0600
commit106814e0c557755dc0b4c16b98e1ecce229618c0 (patch)
tree6c15f8f2fe828e4ca2931f08dff2a7452640d11a
parent8a526a6ca63b03a8d4ae6de591d114f61b91726b (diff)
downloadperl-106814e0c557755dc0b4c16b98e1ecce229618c0.tar.gz
Synchronize Compress-Raw-Bzip2 with CPAN 2.101
[DELTA] 2.101 20 February 2021 * fix version numbers in meta files
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm2
-rw-r--r--cpan/Compress-Raw-Bzip2/t/000prereq.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index b8a96579d7..e17d566f1d 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -199,7 +199,7 @@ use File::Glob qw(:case);
},
'Compress::Raw::Bzip2' => {
- 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.100.tar.gz',
+ 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.101.tar.gz',
'FILES' => q[cpan/Compress-Raw-Bzip2],
'EXCLUDED' => [
qr{^t/Test/},
diff --git a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
index 695f108bb8..0b2bec0c6f 100644
--- a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
+++ b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
@@ -11,7 +11,7 @@ use Carp ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.100';
+$VERSION = '2.101';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
diff --git a/cpan/Compress-Raw-Bzip2/t/000prereq.t b/cpan/Compress-Raw-Bzip2/t/000prereq.t
index 2eeff53845..8e2d2b056b 100644
--- a/cpan/Compress-Raw-Bzip2/t/000prereq.t
+++ b/cpan/Compress-Raw-Bzip2/t/000prereq.t
@@ -19,7 +19,7 @@ BEGIN
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };
- my $VERSION = '2.100';
+ my $VERSION = '2.101';
my @NAMES = qw(
);