Date: Tue, 01 Jun 2004 22:32:42 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: Lars Thegler <lth@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 Message-ID: <322479DF0094DDB5B0629248@pouet.in.mat.cc> In-Reply-To: <20040601202228.C728416A4D0@hub.freebsd.org> References: <20040601202228.C728416A4D0@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--==========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==========--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?322479DF0094DDB5B0629248>