diff -Nru libdata-compactreadonly-perl-0.1.0/CHANGELOG libdata-compactreadonly-perl-0.1.1/CHANGELOG --- libdata-compactreadonly-perl-0.1.0/CHANGELOG 2022-01-08 18:30:43.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/CHANGELOG 2023-10-29 21:27:23.000000000 +0000 @@ -1,3 +1,7 @@ +0.1.1 2023-10-29 + +- Minor doco update so that generated manpages are better + 0.1.0 2022-01-08 - Float type renamed to Float64 in preparation for support for different length floats diff -Nru libdata-compactreadonly-perl-0.1.0/debian/changelog libdata-compactreadonly-perl-0.1.1/debian/changelog --- libdata-compactreadonly-perl-0.1.0/debian/changelog 2023-10-28 21:49:15.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/debian/changelog 2023-10-30 19:49:06.000000000 +0000 @@ -1,3 +1,11 @@ +libdata-compactreadonly-perl (0.1.1-1) unstable; urgency=medium + + * Import upstream version 0.1.1. + * Drop whatis.patch, merged upstream. + * Update years of upstream copyright. + + -- gregor herrmann Mon, 30 Oct 2023 20:49:06 +0100 + libdata-compactreadonly-perl (0.1.0-2) unstable; urgency=medium * No-change source-only re-upload. diff -Nru libdata-compactreadonly-perl-0.1.0/debian/copyright libdata-compactreadonly-perl-0.1.1/debian/copyright --- libdata-compactreadonly-perl-0.1.0/debian/copyright 2023-10-28 21:49:15.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/debian/copyright 2023-10-30 19:49:06.000000000 +0000 @@ -4,7 +4,7 @@ Source: https://metacpan.org/release/Data-CompactReadonly Files: * -Copyright: 2020, David Cantrell +Copyright: 2023, David Cantrell License: Artistic or GPL-2 Files: debian/* diff -Nru libdata-compactreadonly-perl-0.1.0/debian/patches/series libdata-compactreadonly-perl-0.1.1/debian/patches/series --- libdata-compactreadonly-perl-0.1.0/debian/patches/series 2023-10-28 21:49:15.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -whatis.patch diff -Nru libdata-compactreadonly-perl-0.1.0/debian/patches/whatis.patch libdata-compactreadonly-perl-0.1.1/debian/patches/whatis.patch --- libdata-compactreadonly-perl-0.1.0/debian/patches/whatis.patch 2023-10-28 21:49:15.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/debian/patches/whatis.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -Description: Fix POD - add description to NAME - in order to get whatis entry in manpage -Origin: vendor -Author: gregor herrmann -Last-Update: 2023-10-28 -Forwarded: https://github.com/DrHyde/perl-modules-Data-CompactReadonly/pull/13 -Bug: https://github.com/DrHyde/perl-modules-Data-CompactReadonly/pull/13 - ---- a/lib/Data/CompactReadonly.pm -+++ b/lib/Data/CompactReadonly.pm -@@ -11,7 +11,7 @@ - - =head1 NAME - --Data::CompactReadonly -+Data::CompactReadonly - create Compact Read Only Databases - - =head1 DESCRIPTION - diff -Nru libdata-compactreadonly-perl-0.1.0/lib/Data/CompactReadonly.pm libdata-compactreadonly-perl-0.1.1/lib/Data/CompactReadonly.pm --- libdata-compactreadonly-perl-0.1.0/lib/Data/CompactReadonly.pm 2022-01-08 18:30:43.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/lib/Data/CompactReadonly.pm 2023-10-29 21:56:52.000000000 +0000 @@ -7,11 +7,11 @@ # Yuck, semver. I give in, the stupid cult that doesn't understand # what the *number* bit of *version number* means has won. -our $VERSION = '0.1.0'; +our $VERSION = '0.1.1'; =head1 NAME -Data::CompactReadonly +Data::CompactReadonly - create and read Compact Read Only Databases =head1 DESCRIPTION @@ -173,7 +173,7 @@ =head1 AUTHOR, COPYRIGHT and LICENCE -Copyright 2020 David Cantrell EFE +Copyright 2023 David Cantrell EFE This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU diff -Nru libdata-compactreadonly-perl-0.1.0/META.json libdata-compactreadonly-perl-0.1.1/META.json --- libdata-compactreadonly-perl-0.1.0/META.json 2022-01-08 19:54:54.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/META.json 2023-10-29 22:49:54.000000000 +0000 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.56, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.66, CPAN::Meta::Converter version 2.150010", "license" : [ "unknown", "open_source" @@ -54,6 +54,6 @@ "url" : "https://github.com/DrHyde/perl-modules-Data-CompactReadonly" } }, - "version" : "v0.1.0", + "version" : "v0.1.1", "x_serialization_backend" : "JSON::PP version 4.02" } diff -Nru libdata-compactreadonly-perl-0.1.0/META.yml libdata-compactreadonly-perl-0.1.1/META.yml --- libdata-compactreadonly-perl-0.1.0/META.yml 2022-01-08 19:54:53.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/META.yml 2023-10-29 22:49:53.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.56, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.66, CPAN::Meta::Converter version 2.150010' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -30,5 +30,5 @@ resources: bugtracker: https://github.com/DrHyde/perl-modules-Data-CompactReadonly/issues repository: https://github.com/DrHyde/perl-modules-Data-CompactReadonly -version: v0.1.0 +version: v0.1.1 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libdata-compactreadonly-perl-0.1.0/t/create-collection.t libdata-compactreadonly-perl-0.1.1/t/create-collection.t --- libdata-compactreadonly-perl-0.1.0/t/create-collection.t 2022-01-08 18:30:43.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/t/create-collection.t 2023-10-29 22:38:01.000000000 +0000 @@ -3,7 +3,8 @@ no warnings qw(portable); use File::Temp qw(tempfile); -use Scalar::Type qw(bool_supported is_bool); +use Scalar::Type qw(bool_supported); +Scalar::Type->import('is_bool') if(bool_supported()); use Test::More; use Test::Exception; use lib 't/lib'; diff -Nru libdata-compactreadonly-perl-0.1.0/t/root-node-scalar.t libdata-compactreadonly-perl-0.1.1/t/root-node-scalar.t --- libdata-compactreadonly-perl-0.1.0/t/root-node-scalar.t 2022-01-08 18:30:43.000000000 +0000 +++ libdata-compactreadonly-perl-0.1.1/t/root-node-scalar.t 2023-10-29 22:38:01.000000000 +0000 @@ -10,7 +10,8 @@ use File::Temp qw(tempfile); use String::Binary::Interpolation; use Data::IEEE754 qw(pack_double_be); -use Scalar::Type qw(bool_supported is_bool); +use Scalar::Type qw(bool_supported); +Scalar::Type->import('is_bool') if(bool_supported()); use Data::CompactReadonly;