Re: Patch to t/modules/request.t

2000-08-30 Thread Doug MacEachern
this thread is pretty large, i'm sure the fix is nice and small, anybody have a patch with the final solution? thanks.

Re: Patch to t/modules/request.t

2000-08-30 Thread Doug MacEachern
On Thu, 31 Aug 2000, Ken Williams wrote: [EMAIL PROTECTED] (Doug MacEachern) wrote: this thread is pretty large, i'm sure the fix is nice and small, anybody have a patch with the final solution? thanks. Sounds so ominous... =) didn't mean it to, i'm just buried and looking for any

Re: Patch to t/modules/request.t

2000-08-27 Thread Ken Williams
[EMAIL PROTECTED] (Rick Myers) wrote: I would lean towards the second one since upload_test() is called similarly from three different places within request.t. The reasoning behind suggesting `while defined FH' was that the interaction with $_ appears to be unintentional, at least within the

Re: Patch to t/modules/request.t

2000-08-27 Thread Rick Myers
On Aug 27, 2000 at 12:17:41 -0500, Ken Williams twiddled the keys to say: [EMAIL PROTECTED] (Rick Myers) wrote: I would lean towards the second one since upload_test() is called similarly from three different places within request.t. The reasoning behind suggesting `while defined FH' was

Re: Patch to t/modules/request.t

2000-08-26 Thread Stas Bekman
On Fri, 25 Aug 2000, Rick Myers wrote: On Aug 24, 2000 at 23:15:15 -0500, Ken Williams twiddled the keys to say: [EMAIL PROTECTED] (Rick Myers) wrote: On Aug 24, 2000 at 01:15:57 -0500, Ken Williams twiddled the keys to say: The following patch eliminates a warning during 'make test'

Re: Patch to t/modules/request.t

2000-08-26 Thread Rick Myers
On Aug 26, 2000 at 14:07:26 +0200, Stas Bekman twiddled the keys to say: On Fri, 25 Aug 2000, Rick Myers wrote: On Aug 24, 2000 at 23:15:15 -0500, Ken Williams twiddled the keys to say: [EMAIL PROTECTED] (Rick Myers) wrote: On Aug 24, 2000 at 01:15:57 -0500, Ken Williams twiddled the

Re: Patch to t/modules/request.t

2000-08-25 Thread Rick Myers
On Aug 24, 2000 at 23:15:15 -0500, Ken Williams twiddled the keys to say: [EMAIL PROTECTED] (Rick Myers) wrote: On Aug 24, 2000 at 01:15:57 -0500, Ken Williams twiddled the keys to say: The following patch eliminates a warning during 'make test' about 'Value of HANDLE construct can be

Re: Patch to t/modules/request.t

2000-08-25 Thread Billy Donahue
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 25 Aug 2000, Rick Myers wrote: From: Rick Myers [EMAIL PROTECTED] On Aug 24, 2000 at 23:15:15 -0500, Ken Williams twiddled the keys to say: [EMAIL PROTECTED] (Rick Myers) wrote: +++$lines while defined FH; THAT's weird -

Re: Patch to t/modules/request.t

2000-08-25 Thread Rick Myers
On Aug 25, 2000 at 21:02:32 -0400, Billy Donahue twiddled the keys to say: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 25 Aug 2000, Rick Myers wrote: From: Rick Myers [EMAIL PROTECTED] On Aug 24, 2000 at 23:15:15 -0500, Ken Williams twiddled the keys to say: [EMAIL

Re: Patch to t/modules/request.t

2000-08-25 Thread Rick Myers
On Aug 25, 2000 at 21:25:59 -0400, Rick Myers twiddled the keys to say: On Aug 25, 2000 at 21:02:32 -0400, Billy Donahue twiddled the keys to say: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 25 Aug 2000, Rick Myers wrote: From: Rick Myers [EMAIL PROTECTED] On Aug

Re: Patch to t/modules/request.t

2000-08-24 Thread Rick Myers
On Aug 24, 2000 at 01:15:57 -0500, Ken Williams twiddled the keys to say: The following patch eliminates a warning during 'make test' about 'Value of HANDLE construct can be "0";'. No biggie, but it should be fixed. ---

Re: Patch to t/modules/request.t

2000-08-24 Thread Ken Williams
[EMAIL PROTECTED] (Rick Myers) wrote: On Aug 24, 2000 at 01:15:57 -0500, Ken Williams twiddled the keys to say: The following patch eliminates a warning during 'make test' about 'Value of HANDLE construct can be "0";'. No biggie, but it should be fixed.

Patch to t/modules/request.t

2000-08-24 Thread Ken Williams
The following patch eliminates a warning during 'make test' about 'Value of HANDLE construct can be "0";'. No biggie, but it should be fixed. --- t/modules/request.t 2000/05/12 03:43:24 1.8 +++ t/modules/request.t 2000/08/24