The Git::Mail::Address file added in bd869f67b9 ("send-email: add and use a local copy of Mail::Address", 2018-01-05) had the executable bit set. That bit should not be set for *.pm files. It breaks nothing but it is redundant and confusing as none of the other files have it and these files are never executed as stand-alone programs. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- perl/Git/Mail/Address.pm | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 perl/Git/Mail/Address.pm diff --git a/perl/Git/Mail/Address.pm b/perl/Git/Mail/Address.pm old mode 100755 new mode 100644 -- 2.15.1.424.g9478a66081