summaryrefslogtreecommitdiff
path: root/cpan
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 /cpan
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
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm2
-rw-r--r--cpan/Compress-Raw-Bzip2/t/000prereq.t2
2 files changed, 2 insertions, 2 deletions
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(
);