perl: *.pm files should not have the executable bit
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 25 Feb 2018 19:46:25 +0000 (19:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 22:52:45 +0000 (14:52 -0800)
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@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git/Mail/Address.pm [changed mode: 0755->0644]
old mode 100755 (executable)
new mode 100644 (file)