From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: t9001 fails because Net::SMTP is missing Date: Tue, 30 May 2006 17:37:34 -0700 Message-ID: <7v4pz7yqpd.fsf@assigned-by-dhcp.cox.net> References: <7v8xojyqu3.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Schindelin X-From: git-owner@vger.kernel.org Wed May 31 02:37:40 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FlEiR-000157-3V for gcvg-git@gmane.org; Wed, 31 May 2006 02:37:39 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964831AbWEaAhg (ORCPT ); Tue, 30 May 2006 20:37:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964835AbWEaAhg (ORCPT ); Tue, 30 May 2006 20:37:36 -0400 Received: from fed1rmmtao02.cox.net ([68.230.241.37]:63410 "EHLO fed1rmmtao02.cox.net") by vger.kernel.org with ESMTP id S964831AbWEaAhf (ORCPT ); Tue, 30 May 2006 20:37:35 -0400 Received: from assigned-by-dhcp.cox.net ([68.4.9.127]) by fed1rmmtao02.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060531003735.VVZP15447.fed1rmmtao02.cox.net@assigned-by-dhcp.cox.net>; Tue, 30 May 2006 20:37:35 -0400 To: git@vger.kernel.org In-Reply-To: <7v8xojyqu3.fsf@assigned-by-dhcp.cox.net> (Junio C. Hamano's message of "Tue, 30 May 2006 17:34:44 -0700") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano writes: > Johannes Schindelin 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 " >> --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-<.