diff -Nru libcompress-raw-bzip2-perl-2.095/Changes libcompress-raw-bzip2-perl-2.096/Changes --- libcompress-raw-bzip2-perl-2.095/Changes 2020-07-13 09:52:43.000000000 +0000 +++ libcompress-raw-bzip2-perl-2.096/Changes 2020-07-31 20:33:12.000000000 +0000 @@ -1,6 +1,14 @@ CHANGES ------- + 2.096 31 July 2020 + + * No changes + + 2.095 19 July 2020 + + * No changes + 2.094 13 July 2020 * Issue with Append mode & SvOOK diff -Nru libcompress-raw-bzip2-perl-2.095/debian/changelog libcompress-raw-bzip2-perl-2.096/debian/changelog --- libcompress-raw-bzip2-perl-2.095/debian/changelog 2020-07-20 21:46:02.000000000 +0000 +++ libcompress-raw-bzip2-perl-2.096/debian/changelog 2020-08-01 10:38:46.000000000 +0000 @@ -1,3 +1,9 @@ +libcompress-raw-bzip2-perl (2.096-1) unstable; urgency=medium + + * Import upstream version 2.096. + + -- gregor herrmann Sat, 01 Aug 2020 12:38:46 +0200 + libcompress-raw-bzip2-perl (2.095-1) unstable; urgency=medium * Import upstream version 2.095. diff -Nru libcompress-raw-bzip2-perl-2.095/debian/upstream/metadata libcompress-raw-bzip2-perl-2.096/debian/upstream/metadata --- libcompress-raw-bzip2-perl-2.095/debian/upstream/metadata 2020-07-20 21:46:02.000000000 +0000 +++ libcompress-raw-bzip2-perl-2.096/debian/upstream/metadata 2020-08-01 10:38:46.000000000 +0000 @@ -1,3 +1,4 @@ +--- Archive: CPAN Bug-Database: https://github.com/pmqs/Compress-Raw-Bzip2/issues Bug-Submit: https://github.com/pmqs/Compress-Raw-Bzip2/issues/new diff -Nru libcompress-raw-bzip2-perl-2.095/lib/Compress/Raw/Bzip2.pm libcompress-raw-bzip2-perl-2.096/lib/Compress/Raw/Bzip2.pm --- libcompress-raw-bzip2-perl-2.095/lib/Compress/Raw/Bzip2.pm 2020-07-18 21:23:57.000000000 +0000 +++ libcompress-raw-bzip2-perl-2.096/lib/Compress/Raw/Bzip2.pm 2020-07-31 15:21:02.000000000 +0000 @@ -11,7 +11,7 @@ use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.095'; +$VERSION = '2.096'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff -Nru libcompress-raw-bzip2-perl-2.095/META.json libcompress-raw-bzip2-perl-2.096/META.json --- libcompress-raw-bzip2-perl-2.095/META.json 2020-07-19 10:29:54.000000000 +0000 +++ libcompress-raw-bzip2-perl-2.096/META.json 2020-07-31 20:39:47.000000000 +0000 @@ -45,6 +45,6 @@ "web" : "https://github.com/pmqs/Compress-Raw-Bzip2" } }, - "version" : "2.095", + "version" : "2.096", "x_serialization_backend" : "JSON::PP version 4.02" } diff -Nru libcompress-raw-bzip2-perl-2.095/META.yml libcompress-raw-bzip2-perl-2.096/META.yml --- libcompress-raw-bzip2-perl-2.095/META.yml 2020-07-19 10:29:54.000000000 +0000 +++ libcompress-raw-bzip2-perl-2.096/META.yml 2020-07-31 20:39:47.000000000 +0000 @@ -23,5 +23,5 @@ bugtracker: https://github.com/pmqs/Compress-Raw-Bzip2/issues homepage: https://github.com/pmqs/Compress-Raw-Bzip2 repository: git://github.com/pmqs/Compress-Raw-Bzip2.git -version: '2.095' +version: '2.096' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libcompress-raw-bzip2-perl-2.095/README libcompress-raw-bzip2-perl-2.096/README --- libcompress-raw-bzip2-perl-2.095/README 2020-07-18 21:23:57.000000000 +0000 +++ libcompress-raw-bzip2-perl-2.096/README 2020-07-31 15:22:56.000000000 +0000 @@ -1,9 +1,9 @@ Compress-Raw-Bzip2 - Version 2.095 + Version 2.096 - 7 July 2020 + 31 July 2020 Copyright (c) 2005-2020 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -172,7 +172,7 @@ If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm for a line like this: - $VERSION = "2.095" ; + $VERSION = "2.096" ; c. The version of bzip2 you have used. If you have successfully installed Compress-Raw-Bzip2, this one-liner diff -Nru libcompress-raw-bzip2-perl-2.095/t/000prereq.t libcompress-raw-bzip2-perl-2.096/t/000prereq.t --- libcompress-raw-bzip2-perl-2.095/t/000prereq.t 2020-07-18 17:20:05.000000000 +0000 +++ libcompress-raw-bzip2-perl-2.096/t/000prereq.t 2020-07-31 15:07:54.000000000 +0000 @@ -19,7 +19,7 @@ if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; - my $VERSION = '2.095'; + my $VERSION = '2.096'; my @NAMES = qw( );