diff -Nru libcgi-compile-perl-0.21/Build.PL libcgi-compile-perl-0.22/Build.PL --- libcgi-compile-perl-0.21/Build.PL 2016-01-01 21:13:16.000000000 +0000 +++ libcgi-compile-perl-0.22/Build.PL 2017-02-02 17:59:09.000000000 +0000 @@ -1,4 +1,4 @@ -# This Build.PL for CGI-Compile was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014. +# This Build.PL for CGI-Compile was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015. use strict; use warnings; diff -Nru libcgi-compile-perl-0.21/Changes libcgi-compile-perl-0.22/Changes --- libcgi-compile-perl-0.21/Changes 2016-01-01 21:13:16.000000000 +0000 +++ libcgi-compile-perl-0.22/Changes 2017-02-02 17:59:09.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for Perl extension CGI::Compile +0.22 2017-02-02 09:59:06 PST + - fix tests in signal-masked environment (lemrouch) #20 + 0.21 2016-01-01 13:13:10 PST - fix warnings with non-numeric return values (rkitover) #18 - fix uninitialized value in open warning on perl 5.8 (rkitover) diff -Nru libcgi-compile-perl-0.21/debian/changelog libcgi-compile-perl-0.22/debian/changelog --- libcgi-compile-perl-0.21/debian/changelog 2016-01-07 18:17:50.000000000 +0000 +++ libcgi-compile-perl-0.22/debian/changelog 2017-09-30 13:16:18.000000000 +0000 @@ -1,3 +1,16 @@ +libcgi-compile-perl (0.22-1) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Import upstream version 0.22. + * Update years of packaging copyright. + * Declare compliance with Debian Policy 4.1.1. + + -- gregor herrmann Sat, 30 Sep 2017 15:16:18 +0200 + libcgi-compile-perl (0.21-1) unstable; urgency=medium * Import upstream version 0.21. diff -Nru libcgi-compile-perl-0.21/debian/control libcgi-compile-perl-0.22/debian/control --- libcgi-compile-perl-0.21/debian/control 2016-01-07 18:17:50.000000000 +0000 +++ libcgi-compile-perl-0.22/debian/control 2017-09-30 13:16:18.000000000 +0000 @@ -15,9 +15,9 @@ # commented out to avoid a circular build dependency # libcgi-emulate-psgi-perl, # libplack-perl, -Standards-Version: 3.9.6 +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-compile-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-compile-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcgi-compile-perl.git Homepage: https://metacpan.org/release/CGI-Compile Package: libcgi-compile-perl diff -Nru libcgi-compile-perl-0.21/debian/copyright libcgi-compile-perl-0.22/debian/copyright --- libcgi-compile-perl-0.21/debian/copyright 2016-01-07 18:17:50.000000000 +0000 +++ libcgi-compile-perl-0.22/debian/copyright 2017-09-30 13:16:18.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CGI-Compile Source: https://metacpan.org/release/CGI-Compile Upstream-Contact: Tatsuhiko Miyagawa @@ -8,7 +8,7 @@ License: Artistic or GPL-1+ Files: debian/* -Copyright: 2012-2016, gregor herrmann +Copyright: 2012-2017, gregor herrmann 2013, Xavier Guimard License: Artistic or GPL-1+ diff -Nru libcgi-compile-perl-0.21/lib/CGI/Compile.pm libcgi-compile-perl-0.22/lib/CGI/Compile.pm --- libcgi-compile-perl-0.21/lib/CGI/Compile.pm 2016-01-01 21:13:16.000000000 +0000 +++ libcgi-compile-perl-0.22/lib/CGI/Compile.pm 2017-02-02 17:59:09.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use 5.008_001; -our $VERSION = '0.21'; +our $VERSION = '0.22'; use Cwd; use File::Basename; diff -Nru libcgi-compile-perl-0.21/MANIFEST libcgi-compile-perl-0.22/MANIFEST --- libcgi-compile-perl-0.21/MANIFEST 2016-01-01 21:13:16.000000000 +0000 +++ libcgi-compile-perl-0.22/MANIFEST 2017-02-02 17:59:09.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.042. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008. Build.PL Changes LICENSE diff -Nru libcgi-compile-perl-0.21/META.json libcgi-compile-perl-0.22/META.json --- libcgi-compile-perl-0.21/META.json 2016-01-01 21:13:16.000000000 +0000 +++ libcgi-compile-perl-0.22/META.json 2017-02-02 17:59:09.000000000 +0000 @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.042, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -27,11 +27,14 @@ "configure" : { "requires" : { "Module::Build::Tiny" : "0.034" + }, + "suggests" : { + "JSON::PP" : "2.27300" } }, "develop" : { "requires" : { - "Dist::Milla" : "v1.0.15", + "Dist::Milla" : "v1.0.17", "Test::Pod" : "1.41" } }, @@ -61,13 +64,16 @@ "web" : "https://github.com/miyagawa/CGI-Compile" } }, - "version" : "0.21", + "version" : "0.22", "x_contributors" : [ + "Hans Dieter Pearcey ", "kocoureasy ", "lestrrat ", + "Pavel Mateja ", "Rafael Kitover ", "Rafael Kitover ", - "Torsten Förtsch " - ] + "Torsten F\u00f6rtsch " + ], + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225" } diff -Nru libcgi-compile-perl-0.21/META.yml libcgi-compile-perl-0.22/META.yml --- libcgi-compile-perl-0.21/META.yml 2016-01-01 21:13:16.000000000 +0000 +++ libcgi-compile-perl-0.22/META.yml 2017-02-02 17:59:09.000000000 +0000 @@ -9,7 +9,7 @@ configure_requires: Module::Build::Tiny: '0.034' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.042, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Milla version v1.0.17, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -30,10 +30,13 @@ bugtracker: https://github.com/miyagawa/CGI-Compile/issues homepage: https://github.com/miyagawa/CGI-Compile repository: https://github.com/miyagawa/CGI-Compile.git -version: '0.21' +version: '0.22' x_contributors: + - 'Hans Dieter Pearcey ' - 'kocoureasy ' - 'lestrrat ' + - 'Pavel Mateja ' - 'Rafael Kitover ' - 'Rafael Kitover ' - 'Torsten Förtsch ' +x_serialization_backend: 'YAML::Tiny version 1.70' diff -Nru libcgi-compile-perl-0.21/t/author-pod-syntax.t libcgi-compile-perl-0.22/t/author-pod-syntax.t --- libcgi-compile-perl-0.21/t/author-pod-syntax.t 2016-01-01 21:13:16.000000000 +0000 +++ libcgi-compile-perl-0.22/t/author-pod-syntax.t 2017-02-02 17:59:09.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); + print qq{1..0 # SKIP these tests are for testing by the author\n}; + exit } } diff -Nru libcgi-compile-perl-0.21/t/local-SIG.t libcgi-compile-perl-0.22/t/local-SIG.t --- libcgi-compile-perl-0.21/t/local-SIG.t 2016-01-01 21:13:16.000000000 +0000 +++ libcgi-compile-perl-0.22/t/local-SIG.t 2017-02-02 17:59:09.000000000 +0000 @@ -2,6 +2,7 @@ use t::Capture; use CGI::Compile; +use POSIX qw(:signal_h); use Test::More $^O eq 'MSWin32' ? ( skip_all => 'not supported on Win32') @@ -9,6 +10,10 @@ tests => 1 ); +unless (defined sigprocmask(SIG_UNBLOCK, POSIX::SigSet->new(SIGQUIT))) { + die "Could not unblock SIGQUIT\n"; +} + my $sub = CGI::Compile->compile(\<<'EOF'); $SIG{QUIT} = sub{print "QUIT\n"}; kill QUIT => $$;