Junio C Hamano [off-list ref] writes:
Johannes Schindelin [off-list ref] writes:
quoted
is it unexpected that there are setups which come without Net::SMTP?
-- snip --
* expecting success: git format-patch -n HEAD^1
git send-email -from="Example [off-list ref]"
--to=nobody@example.com --smtp-server="$(pwd)/fake.sendmail" ./0001*txt
0001-Second.txt
Can't locate Net/SMTP.pm in @INC (@INC contains:
Hmm. Something like this?
Nah, nevermind. I forgot my Perl that use has the magic BEGIN{}
block around it X-<.