diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-05-28 11:23:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-05-28 18:38:07 +0900 |
commit | 447ed29c0d414547914c23e92f8bb13fcf748f9b (patch) | |
tree | b7ca48b3c6f8aa292486d23f4cef11e3cd7bbc83 /contrib/coccinelle/README | |
parent | send-email: use function syntax instead of barewords (diff) | |
download | tgif-447ed29c0d414547914c23e92f8bb13fcf748f9b.tar.xz |
send-email: get rid of indirect object syntax
Change indirect object syntax such as "new X ARGS" to
"X->new(ARGS)". This allows perl to see what "new" is at compile-time
without having loaded Term::ReadLine. This doesn't matter now, but
will in a subsequent commit when we start lazily loading it.
Let's do the same for the adjacent "FakeTerm" package for consistency,
even though we're not going to conditionally load it.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/coccinelle/README')
0 files changed, 0 insertions, 0 deletions