Junio C Hamano <junkio@xxxxxxx> wrote: > Junio C Hamano <junkio@xxxxxxx> writes: > > > Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > > > >> 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 <nobody@xxxxxxxxxxx>" > >> --to=nobody@xxxxxxxxxxx --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-<. s/use/require/ and you should be fine. We don't need any thing imported from Net::SMTP, either. Odd that Net::SMTP isn't installed on Johannes' machine, though, as it's part of the standard Perl 5.8 (maybe even before) installation. -- Eric Wong - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html