From owner-cvs-ports@FreeBSD.ORG Tue Jun 1 13:32:52 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B13516A4E0; Tue, 1 Jun 2004 13:32:52 -0700 (PDT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id D916343D1D; Tue, 1 Jun 2004 13:32:51 -0700 (PDT) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 4A80A76493E; Tue, 1 Jun 2004 22:32:50 +0200 (CEST) Received: from pouet.in.mat.cc (pouet.in.mat.cc [212.43.217.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 89791764934; Tue, 1 Jun 2004 22:32:48 +0200 (CEST) Date: Tue, 01 Jun 2004 22:32:42 +0200 From: Mathieu Arnold To: Lars Thegler Message-ID: <322479DF0094DDB5B0629248@pouet.in.mat.cc> In-Reply-To: <20040601202228.C728416A4D0@hub.freebsd.org> References: <20040601202228.C728416A4D0@hub.freebsd.org> X-Mailer: Mulberry/3.1.5 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========AE7ADAD7BFFDF8AF478F==========" X-Virus-Scanned: by amavisd 0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/p5-Email-LocalDelivery Makefile distinfo ports/mail/p5-Email-LocalDelivery/files 5.005-LocalDelivery.pm 5.005-LocalDelivery::Maildir.pm 5.005-LocalDelivery::Mbox.pm X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2004 20:32:52 -0000 --==========AE7ADAD7BFFDF8AF478F========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-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 :-) -- Mathieu Arnold --==========AE7ADAD7BFFDF8AF478F========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iQEVAwUBQLzn7lvROjYJ63c1AQLsBAgAmvk5Uc3GR5flho9ccJy5Ddb8tzGkiA6p Y7xYmFylNTwevtBOgSJzlnpJTZDiDLqHHMJT5mHAuJkd75ElZSqu6PQs4FqoDllj oB3rp/iIf8i1QgaZoBVglB8/BhxFINwEK85fOPF8dcPJO/s7+Wfoip2CSjeaHumk TObaGPiiVqhUzIIww6aB/fzcI+kkL0naup7QejEQVAz/paUv7JzIlcA9DsnnWlvX yXDiydXrNP97dp4ASsVLlRKq75S5pUUKIhtrwoM1qD1ccoOfgS2odGsKWEhE5N8Y 8g5EyBQ5HJBU0hrkLNwubNdEFJXu8qOcm2aDxyMZ03IwcBvwTQmS1A== =qPu/ -----END PGP SIGNATURE----- --==========AE7ADAD7BFFDF8AF478F==========--