]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-send-email.txt
send-email: update documentation of required Perl modules
authorChris Mayo <aklhfex@gmail.com>
Thu, 30 May 2019 18:39:10 +0000 (19:39 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 May 2019 21:41:41 +0000 (14:41 -0700)
commit9df8f734fdbf2a46cfea55a966cf2a906f9db7c2
tree1ca2a7dfcfa747ef7834f50965d1a8531cdb8d4c
parentaeb582a98374c094361cba1bd756dc6307432c42
send-email: update documentation of required Perl modules

Improve and complete the list of required email related Perl modules,
clarifying which are core Perl modules and remove Net::SMTP::SSL.

git-send-email uses the TLS support in the Net::SMTP core module from
recent versions of Perl. Documenting the minimum version is complex
because of separate numbering for Perl (5.21.5~169), Net:SMTP (2.34)
and libnet (3.01). Version numbers from commit:
bfbfc9a953 ("send-email: Net::SMTP::starttls was introduced in v2.34",
2017-05-31).

Users of older Perl versions without Net::SMTP::SSL installed will get a
clear error message.

Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt