send-email: only 'require' instead of 'use' Net::SMTP
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 31 May 2006 22:55:47 +0000 (00:55 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 31 May 2006 23:17:15 +0000 (16:17 -0700)
commit87840620fd77e39a0df91dc8b8db6cfdb5e4845a
tree6a1da7c9dc966d6bff6514e6b8c9c99655a56999
parent6891281cfa1a7c0d70ec76e80c5f87f518cdb160
send-email: only 'require' instead of 'use' Net::SMTP

This was proposed by Eric Wong and fixes the test. (Of course, git-send-email
does not work, if there is no Net::SMTP here, but it will say what is wrong
when you actually try to use send-email.)

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl