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