diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-12-07 20:09:35 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-12-07 20:09:35 +0000 |
commit | 0af833d75dd280a8f4ccd2de501f2d1e0002017c (patch) | |
tree | 1631476b0f9b8c3c24f8473ae9617badade4819d /cpan | |
parent | a907f70298084221283b7685054de02127803ad1 (diff) | |
download | perl-0af833d75dd280a8f4ccd2de501f2d1e0002017c.tar.gz |
Update Compress-Raw-Bzip2 to CPAN version 2.093
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm | 2 | ||||
-rw-r--r-- | cpan/Compress-Raw-Bzip2/t/000prereq.t | 2 |
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 1c9aef44ab..2aa14188d7 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.092'; +$VERSION = '2.093'; $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 fca5cf249d..c390e5529d 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.092'; + my $VERSION = '2.093'; my @NAMES = qw( ); |