Skip to content

Commit 10cf3b0

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e5741c3 commit 10cf3b0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

perl/Git/FromCPAN/Mail/Address.pm

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# Copyrights 1995-2017 by [Mark Overmeer <[email protected]>].
1+
# Copyrights 1995-2018 by [Mark Overmeer].
22
# For other contributors see ChangeLog.
33
# See the manual pages for details on the licensing terms.
44
# 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+
59
package Mail::Address;
610
use vars '$VERSION';
7-
$VERSION = '2.19';
11+
$VERSION = '2.20';
812

913
use strict;
1014

0 commit comments

Comments
 (0)