New Upstream Snapshot - libmail-authenticationresults-perl

Ready changes

Summary

Merged new upstream version: 2.20210915+git20210915.1.1c5007e (was: 2.20210915).

Resulting package

Built on 2022-11-20T18:12 (took 10m7s)

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

apt install -t fresh-snapshots libmail-authenticationresults-perl

Lintian Result

Diff

diff --git a/Changes b/Changes
index 90cb1e8..a422621 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Change log for Mail::AuthenticationResults
 
+2.20221120 2022-11-20 18:08:05+00:00 UTC
+
 2.20210915 2021-09-15 11:10:20+00:00 UTC
   - Fix for older versions of Perl
 
diff --git a/LICENSE b/LICENSE
index fc5fab3..b025de2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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 c97eb4b..3acceec 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.025.
 Changes
 LICENSE
 MANIFEST
diff --git a/META.yml b/META.yml
index db58e2c..ec37494 100644
--- a/META.yml
+++ b/META.yml
@@ -9,7 +9,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
+generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,9 +24,7 @@ requires:
   perl: '5.008'
   strict: '0'
   warnings: '0'
-version: '2.20210915'
-x_contributors:
-  - 'Ricardo Signes <rjbs@users.noreply.github.com>'
-x_generated_by_perl: v5.34.0
+version: '2.20221120'
+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 4a61a64..d380f65 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.025.
 use strict;
 use warnings;
 
@@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
     "Test::More" => 0,
     "lib" => 0
   },
-  "VERSION" => "2.20210915",
+  "VERSION" => "2.20221120",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/README b/README
index f34da50..9049437 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ NAME
 
 VERSION
 
-    version 2.20210915
+    version 2.20221120
 
 DESCRIPTION
 
diff --git a/debian/changelog b/debian/changelog
index 50d1213..367c838 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmail-authenticationresults-perl (2.20210915+git20210915.1.1c5007e-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 20 Nov 2022 18:08:28 -0000
+
 libmail-authenticationresults-perl (2.20210915-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/lib/Mail/AuthenticationResults.pm b/lib/Mail/AuthenticationResults.pm
index 3cc0991..357d27d 100644
--- a/lib/Mail/AuthenticationResults.pm
+++ b/lib/Mail/AuthenticationResults.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use Mail::AuthenticationResults::Parser;
@@ -37,7 +37,7 @@ Mail::AuthenticationResults - Object Oriented Authentication-Results Headers
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/FoldableHeader.pm b/lib/Mail/AuthenticationResults/FoldableHeader.pm
index c5b12e5..e2b4748 100644
--- a/lib/Mail/AuthenticationResults/FoldableHeader.pm
+++ b/lib/Mail/AuthenticationResults/FoldableHeader.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::FoldableHeader;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use Mail::AuthenticationResults::Token::String;
@@ -248,7 +248,7 @@ Mail::AuthenticationResults::FoldableHeader - Class for modelling a foldable hea
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Header.pm b/lib/Mail/AuthenticationResults/Header.pm
index bbeffb1..966dc34 100644
--- a/lib/Mail/AuthenticationResults/Header.pm
+++ b/lib/Mail/AuthenticationResults/Header.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Header;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use Mail::AuthenticationResults::Header::AuthServID;
@@ -246,7 +246,7 @@ Mail::AuthenticationResults::Header - Class modelling the Entire Authentication
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Header/AuthServID.pm b/lib/Mail/AuthenticationResults/Header/AuthServID.pm
index f40aaae..de3dc09 100644
--- a/lib/Mail/AuthenticationResults/Header/AuthServID.pm
+++ b/lib/Mail/AuthenticationResults/Header/AuthServID.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Header::AuthServID;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use base 'Mail::AuthenticationResults::Header::Base';
@@ -49,7 +49,7 @@ Mail::AuthenticationResults::Header::AuthServID - Class modelling the AuthServID
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Header/Base.pm b/lib/Mail/AuthenticationResults/Header/Base.pm
index 165dab2..a6a8cc1 100644
--- a/lib/Mail/AuthenticationResults/Header/Base.pm
+++ b/lib/Mail/AuthenticationResults/Header/Base.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Header::Base;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Scalar::Util qw{ weaken refaddr };
 use JSON;
 use Carp;
@@ -426,7 +426,7 @@ Mail::AuthenticationResults::Header::Base - Base class for modelling parts of th
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Header/Comment.pm b/lib/Mail/AuthenticationResults/Header/Comment.pm
index 9f149c2..0f87526 100644
--- a/lib/Mail/AuthenticationResults/Header/Comment.pm
+++ b/lib/Mail/AuthenticationResults/Header/Comment.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Header::Comment;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Scalar::Util qw{ weaken };
 use Carp;
 
@@ -88,7 +88,7 @@ Mail::AuthenticationResults::Header::Comment - Class modelling Comment parts of
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Header/Entry.pm b/lib/Mail/AuthenticationResults/Header/Entry.pm
index e56cc37..8335785 100644
--- a/lib/Mail/AuthenticationResults/Header/Entry.pm
+++ b/lib/Mail/AuthenticationResults/Header/Entry.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Header::Entry;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Scalar::Util qw{ refaddr };
 use Carp;
 
@@ -37,7 +37,7 @@ Mail::AuthenticationResults::Header::Entry - Class modelling Main Entry parts of
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Header/Group.pm b/lib/Mail/AuthenticationResults/Header/Group.pm
index b71a2ae..c1a5431 100644
--- a/lib/Mail/AuthenticationResults/Header/Group.pm
+++ b/lib/Mail/AuthenticationResults/Header/Group.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Header::Group;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Scalar::Util qw{ refaddr };
 use Carp;
 
@@ -76,7 +76,7 @@ Mail::AuthenticationResults::Header::Group - Class modelling Groups of Authentic
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Header/SubEntry.pm b/lib/Mail/AuthenticationResults/Header/SubEntry.pm
index 8ebc631..89218f2 100644
--- a/lib/Mail/AuthenticationResults/Header/SubEntry.pm
+++ b/lib/Mail/AuthenticationResults/Header/SubEntry.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Header::SubEntry;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use base 'Mail::AuthenticationResults::Header::Base';
@@ -35,7 +35,7 @@ Mail::AuthenticationResults::Header::SubEntry - Class modelling Sub Entry parts
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Header/Version.pm b/lib/Mail/AuthenticationResults/Header/Version.pm
index 2b982d0..87831cc 100644
--- a/lib/Mail/AuthenticationResults/Header/Version.pm
+++ b/lib/Mail/AuthenticationResults/Header/Version.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Header::Version;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Scalar::Util qw{ weaken };
 use Carp;
 
@@ -67,7 +67,7 @@ Mail::AuthenticationResults::Header::Version - Class modelling the AuthServID pa
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Parser.pm b/lib/Mail/AuthenticationResults/Parser.pm
index 0465f9c..d141ee2 100644
--- a/lib/Mail/AuthenticationResults/Parser.pm
+++ b/lib/Mail/AuthenticationResults/Parser.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Parser;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use Mail::AuthenticationResults::Header;
@@ -325,7 +325,7 @@ Mail::AuthenticationResults::Parser - Class for parsing Authentication Results H
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Token.pm b/lib/Mail/AuthenticationResults/Token.pm
index c224e80..d9f9a85 100644
--- a/lib/Mail/AuthenticationResults/Token.pm
+++ b/lib/Mail/AuthenticationResults/Token.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Token;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 
@@ -69,7 +69,7 @@ Mail::AuthenticationResults::Token - Base class for modelling AuthenticationResu
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Token/Assignment.pm b/lib/Mail/AuthenticationResults/Token/Assignment.pm
index 72fcb67..ec42e2b 100644
--- a/lib/Mail/AuthenticationResults/Token/Assignment.pm
+++ b/lib/Mail/AuthenticationResults/Token/Assignment.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Token::Assignment;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use base 'Mail::AuthenticationResults::Token';
@@ -48,7 +48,7 @@ Mail::AuthenticationResults::Token::Assignment - Class for modelling Authenticat
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Token/Comment.pm b/lib/Mail/AuthenticationResults/Token/Comment.pm
index fdf21b0..e775c53 100644
--- a/lib/Mail/AuthenticationResults/Token/Comment.pm
+++ b/lib/Mail/AuthenticationResults/Token/Comment.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Token::Comment;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use base 'Mail::AuthenticationResults::Token';
@@ -67,7 +67,7 @@ Mail::AuthenticationResults::Token::Comment - Class for modelling Authentication
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Token/QuotedString.pm b/lib/Mail/AuthenticationResults/Token/QuotedString.pm
index 7f84c81..040bd16 100644
--- a/lib/Mail/AuthenticationResults/Token/QuotedString.pm
+++ b/lib/Mail/AuthenticationResults/Token/QuotedString.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Token::QuotedString;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use base 'Mail::AuthenticationResults::Token';
@@ -58,7 +58,7 @@ Mail::AuthenticationResults::Token::QuotedString - Class for modelling Authentic
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Token/Separator.pm b/lib/Mail/AuthenticationResults/Token/Separator.pm
index b621c33..e350ca0 100644
--- a/lib/Mail/AuthenticationResults/Token/Separator.pm
+++ b/lib/Mail/AuthenticationResults/Token/Separator.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Token::Separator;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use base 'Mail::AuthenticationResults::Token';
@@ -46,7 +46,7 @@ Mail::AuthenticationResults::Token::Separator - Class for modelling Authenticati
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Token/Space.pm b/lib/Mail/AuthenticationResults/Token/Space.pm
index 0f33553..cdec647 100644
--- a/lib/Mail/AuthenticationResults/Token/Space.pm
+++ b/lib/Mail/AuthenticationResults/Token/Space.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Token::Space;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use base 'Mail::AuthenticationResults::Token';
@@ -45,7 +45,7 @@ Mail::AuthenticationResults::Token::Space - Class for modelling AuthenticationRe
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 
diff --git a/lib/Mail/AuthenticationResults/Token/String.pm b/lib/Mail/AuthenticationResults/Token/String.pm
index 8908ea2..19f9dbe 100644
--- a/lib/Mail/AuthenticationResults/Token/String.pm
+++ b/lib/Mail/AuthenticationResults/Token/String.pm
@@ -4,7 +4,7 @@ package Mail::AuthenticationResults::Token::String;
 require 5.008;
 use strict;
 use warnings;
-our $VERSION = '2.20210915'; # VERSION
+our $VERSION = '2.20221120'; # VERSION
 use Carp;
 
 use base 'Mail::AuthenticationResults::Token';
@@ -74,7 +74,7 @@ Mail::AuthenticationResults::Token::String - Class for modelling AuthenticationR
 
 =head1 VERSION
 
-version 2.20210915
+version 2.20221120
 
 =head1 DESCRIPTION
 

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details