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-30 Thread Ken Williams
[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... =) === RCS file: /home/cvspublic/modperl/t/mod

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-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 '

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 ' was that the >interaction with $_ appears to be unintentional, at least within the >

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 twid

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

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]>

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: >

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 ; > > > > T

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 construct can be "0"

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 construct can be "0";'. No biggie, but it should be fixed. >> >> ___

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 construct can be "0";'. No biggie, but it should be fixed. > > > --- t/modul

Patch to t/modules/request.t

2000-08-23 Thread Ken Williams
The following patch eliminates a warning during 'make test' about 'Value of 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 06:07:40