Merge branch 'tz/send-email-negatable-options' into maint-2.43
Newer versions of Getopt::Long started giving warnings against our (ab)use of it in "git send-email". Bump the minimum version requirement for Perl to 5.8.1 (from September 2002) to allow simplifying our implementation. * tz/send-email-negatable-options: send-email: avoid duplicate specification warnings perl: bump the required Perl version to 5.8.1 from 5.8.0
This commit is contained in:
@ -490,7 +490,7 @@ For Perl programs:
|
||||
|
||||
- Most of the C guidelines above apply.
|
||||
|
||||
- We try to support Perl 5.8 and later ("use Perl 5.008").
|
||||
- We try to support Perl 5.8.1 and later ("use Perl 5.008001").
|
||||
|
||||
- use strict and use warnings are strongly preferred.
|
||||
|
||||
|
Reference in New Issue
Block a user