Re: FW: bug in mod_perl-1.24 & request->args & request->content

2001-01-24 Thread Doug MacEachern
> this passes all tests for me.. doh! but probably behaves just like the one liner. this should work.. Index: Apache/Apache.pm === RCS file: /home/cvs/modperl/Apache/Apache.pm,v retrieving revision 1.60 diff -u -r1.60 Apache.pm --

Re: FW: bug in mod_perl-1.24 & request->args & request->content

2001-01-24 Thread Doug MacEachern
On Tue, 23 Jan 2001, Geoffrey Young wrote: > hi all... > > I made a patch for this. It may not be as neat as Doug's one liner, but > it's pretty much the same as CGI.pm and returns undef for the empty value > (which is consistent with libapreq) > > for some reason I can't get it past the inter

Re: patch for setting loglevel

2001-01-24 Thread Doug MacEachern
On Mon, 15 Jan 2001, Geoffrey Young wrote: > hi all... > > it may be a bit taboo, but here's a patch that allows you to set > $r->server->loglevel... i dig it, applied, thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: cvs commit: modperl-2.0/pod modperl_style.pod

2001-01-24 Thread Doug MacEachern
On Wed, 17 Jan 2001, Ask Bjoern Hansen wrote: > On 2 Jan 2001 [EMAIL PROTECTED] wrote: > > > =item Avoid inherting from certain modules > > > > Exporter > > To void inherting B > > > >instead of this: > > > > @MyClass::ISA = qw(Exporter); > > > >use this: > >