From owner-cvs-all@FreeBSD.ORG Tue Jun 1 13:42:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F66016A4CF; Tue, 1 Jun 2004 13:42:19 -0700 (PDT) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9EC643D1F; Tue, 1 Jun 2004 13:42:18 -0700 (PDT) (envelope-from lars@thegler.dk) Received: from [127.0.0.1] (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero1.cybercity.dk (Postfix) with ESMTP id 99CF17E2A5E; Tue, 1 Jun 2004 22:42:17 +0200 (CEST) Message-ID: <40BCEA4B.8050302@thegler.dk> Date: Tue, 01 Jun 2004 22:42:51 +0200 From: Lars Thegler User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mathieu Arnold References: <20040601202228.C728416A4D0@hub.freebsd.org> <322479DF0094DDB5B0629248@pouet.in.mat.cc> In-Reply-To: <322479DF0094DDB5B0629248@pouet.in.mat.cc> X-Enigmail-Version: 0.84.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Lars Thegler cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/p5-Email-LocalDelivery Makefile distinfo 5.005-LocalDelivery::Maildir.pm 5.005-LocalDelivery::Mbox.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2004 20:42:19 -0000 Mathieu Arnold wrote: > +-Le 01/06/2004 13:22 -0700, Lars Thegler a dit : > | +- $class->getlock($fh) || next; > | +- $class->unlock($fh) || next; > | ++ $class->getlock(FH) || next; > | ++ $class->unlock(FH) || next; > > While this is nice, I don't think it'll work, you can't pass a filehandle > to a sub, you have to pass a reference to it : \*FH :-) Good thing you were awake, when I wasn't ;) /Lars