New Upstream Snapshot - liburi-query-perl

Ready changes

Summary

Merged new upstream version: 0.16+git20160810.1.a2b7530 (was: 0.16).

Resulting package

Built on 2023-01-19T23:12 (took 4m55s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots liburi-query-perl

Diff

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 2abf6e9..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-ChangeLog
----------
-
-[2016-08-10]
-* Bump $VERSION to 0.16.
-* Add clone method via Clone.
-* Add trivial qstringify method stringify with leading '?'.
-
-[2015-11-18]
-* Convert to Dist::Zilla.
-
-[2015-11-03]
-* Bump $VERSION to 0.15; add Carp to prereqs.
-* Add strip_like method and unit tests.
-* Add changed attribute and has_changed() method and unit test.
-
-[2012-09-10]
-* Bump $VERSION to 0.10.
-* Remove value-based reordering in stringification.
-
-[2011-01-27]
-* Bump version to 0.09.
-* Change t/t05/default from symlink to dup, to avoid problems on windows etc.
-* Add ChangeLog to .gitignore.
-
-[2011-01-21]
-* Fix typo in URI::Query pod.
-* MANIFEST tweakage.
-* Add lots of nice pod.
-* Add support for cgi-packed-scalar-values, update unit tests.
-* Perldoc updates, and trailing whitespace pruning.
-* Add .gitignore; bump Test::More requirement to 0.88.
-* Add _init_from_arrayref method to Query, and unescape keys/values.
-* Add unescaping of keys and values in parse_qs, and unit test.
-* Remove all old arch-tags.
-
-[2010-01-20]
-* Upgrade use of uri_escape to uri_escape_utf8; bump version to 0.07.
-
-[2007-09-11]
-* Sort output hash key order for deterministic testing; bump to version 0.06.
-* Initial import, version 0.05.
-
diff --git a/LICENSE b/LICENSE
index 1ded821..b54e1f5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2016 by Gavin Carr.
+This software is copyright (c) 2023 by Gavin Carr.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2016 by Gavin Carr.
+This software is Copyright (c) 2023 by Gavin Carr.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2016 by Gavin Carr.
+This software is Copyright (c) 2023 by Gavin Carr.
 
 This is free software, licensed under:
 
@@ -292,21 +292,21 @@ Definitions:
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    the package.
   - "You" is you, if you're thinking about copying or distributing this Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
+    computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it. 
+    received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff --git a/MANIFEST b/MANIFEST
index 618034f..f7e339f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020.
-ChangeLog
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.030.
 LICENSE
 MANIFEST
 META.yml
@@ -18,8 +17,8 @@ t/07_unesc.t
 t/08_changed.t
 t/08_clone.t
 t/author-critic.t
-t/release-pod-coverage.t
-t/release-pod-syntax.t
+t/author-pod-coverage.t
+t/author-pod-syntax.t
 t/t03/hash
 t/t03/hash_arrayref
 t/t03/hidden
diff --git a/META.yml b/META.yml
index 73a5090..2dfdde1 100644
--- a/META.yml
+++ b/META.yml
@@ -3,25 +3,28 @@ abstract: 'class providing URI query string manipulation'
 author:
   - 'Gavin Carr <gavin@openfusion.com.au>'
 build_requires:
-  Test::More: 0.88
-  YAML: 0
-  warnings: 0
+  Test::More: '0.88'
+  YAML: '0'
+  warnings: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.150001'
+generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: URI-Query
 requires:
-  Carp: 0
-  Clone: 0
-  URI::Escape: 0
-  overload: 0
-  parent: 0
-  perl: 5.00503
-  strict: 0
-  vars: 0
-version: 0.16
+  Carp: '0'
+  Clone: '0'
+  URI::Escape: '0'
+  overload: '0'
+  parent: '0'
+  perl: '5.00503'
+  strict: '0'
+  vars: '0'
+version: '0.16'
+x_generated_by_perl: v5.36.0
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff --git a/Makefile.PL b/Makefile.PL
index c356209..024a075 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,13 +1,10 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
 use strict;
 use warnings;
 
 use 5.005030;
 
-use ExtUtils::MakeMaker ;
-
-
+use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "class providing URI query string manipulation",
@@ -16,8 +13,8 @@ my %WriteMakefileArgs = (
     "ExtUtils::MakeMaker" => 0
   },
   "DISTNAME" => "URI-Query",
-  "EXE_FILES" => [],
   "LICENSE" => "perl",
+  "MIN_PERL_VERSION" => "5.005030",
   "NAME" => "URI::Query",
   "PREREQ_PM" => {
     "Carp" => 0,
@@ -64,6 +61,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-
diff --git a/README b/README
index 19eed76..0f584ac 100644
--- a/README
+++ b/README
@@ -1,15 +1,12 @@
-
-
 This archive contains the distribution URI-Query,
 version 0.16:
 
   class providing URI query string manipulation
 
-This software is copyright (c) 2016 by Gavin Carr.
+This software is copyright (c) 2023 by Gavin Carr.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.020.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.030.
diff --git a/debian/changelog b/debian/changelog
index 89897cd..bf9fd70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liburi-query-perl (0.16+git20160810.1.a2b7530-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 23:09:17 -0000
+
 liburi-query-perl (0.16-2) unstable; urgency=medium
 
   [ Alex Muntada ]
diff --git a/t/author-critic.t b/t/author-critic.t
index af7f7ea..22becf1 100644
--- a/t/author-critic.t
+++ b/t/author-critic.t
@@ -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
   }
 }
 
@@ -11,10 +11,5 @@ BEGIN {
 use strict;
 use warnings;
 
-use Test::More;
-use English qw(-no_match_vars);
-
-eval "use Test::Perl::Critic";
-plan skip_all => 'Test::Perl::Critic required to criticise code' if $@;
-Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e "perlcritic.rc";
+use Test::Perl::Critic (-profile => "perlcritic.rc") x!! -e "perlcritic.rc";
 all_critic_ok();
diff --git a/t/release-pod-coverage.t b/t/author-pod-coverage.t
similarity index 62%
rename from t/release-pod-coverage.t
rename to t/author-pod-coverage.t
index 18a8274..09473df 100644
--- a/t/release-pod-coverage.t
+++ b/t/author-pod-coverage.t
@@ -1,14 +1,15 @@
 #!perl
 
 BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  unless ($ENV{AUTHOR_TESTING}) {
+    print qq{1..0 # SKIP these tests are for testing by the author\n};
+    exit
   }
 }
 
 # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
-
+use strict;
+use warnings;
 use Test::Pod::Coverage 1.08;
 use Pod::Coverage::TrustPod;
 
diff --git a/t/release-pod-syntax.t b/t/author-pod-syntax.t
similarity index 52%
rename from t/release-pod-syntax.t
rename to t/author-pod-syntax.t
index cdd6a6c..2233af0 100644
--- a/t/release-pod-syntax.t
+++ b/t/author-pod-syntax.t
@@ -1,13 +1,14 @@
 #!perl
 
 BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  unless ($ENV{AUTHOR_TESTING}) {
+    print qq{1..0 # SKIP these tests are for testing by the author\n};
+    exit
   }
 }
 
 # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
 use Test::More;
 use Test::Pod 1.41;
 

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/doc/liburi-query-perl/changelog.gz

No differences were encountered in the control files

More details

Full run details