Re: [RFC] git send-email hashbang

2018-08-17 Thread Ævar Arnfjörð Bjarmason
On Fri, Aug 17 2018, Samuel Maftoul wrote: > I recently contributed for the first time patches on this maillist and > used for the first time `git format-patch` and `git send-email`. > I had hard times making `git send-email` work on my mac, because the > OSX bundled perl was missing the Net::SM

[RFC] git send-email hashbang

2018-08-17 Thread Samuel Maftoul
I recently contributed for the first time patches on this maillist and used for the first time `git format-patch` and `git send-email`. I had hard times making `git send-email` work on my mac, because the OSX bundled perl was missing the Net::SMTP::SSL module. So I did `cpan -f Net::SMTP::SSL` (I'm