perl: update our copy of Mail::Address

Update our copy of Mail::Address from 2.19 (Aug 22, 2017) to 2.20 (Jan 23, 2018). Like the preceding Error.pm update this is done simply to keep up-to-date with upstream, and as can be shown from the diff there's no functional changes. The updated source was retrieved from https://fastapi.metacpan.org/source/MARKOV/MailTools-2.20/lib/Mail/Address.pm Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ævar Arnfjörð Bjarmason committed Mar 3, 2018 at 15:38 UTC 10cf3b076da31320108ad16bc3695a5e6a4600b0
1 file changed +6 -2
perl/Git/FromCPAN/Mail/Address.pm
+6 -2
@@ -1,10 +1,14 @@
1 -# Copyrights 1995-2017 by [Mark Overmeer <perl@overmeer.net>].
1 +# Copyrights 1995-2018 by [Mark Overmeer].
2 # For other contributors see ChangeLog.
3 # See the manual pages for details on the licensing terms.
4 # Pod stripped from pm file by OODoc 2.02.
5 +# This code is part of the bundle MailTools. Meta-POD processed with
6 +# OODoc into POD and HTML manual-pages. See README.md for Copyright.
7 +# Licensed under the same terms as Perl itself.
8 +
9 package Mail::Address;
10 use vars '$VERSION';
7 -$VERSION = '2.19';
11 +$VERSION = '2.20';
12
13 use strict;
14