On Thu, 10 Aug 2000, Stas Bekman wrote:
> Following up on Ken's patch of Apache::test and his desire to have a
> module which will retrieve the installed mod_perl specific information. I
> was thinking that it would be a nice to have an Apache::Config for
> mod_perl 2.0, similar to Config.pm in P
Following up on Ken's patch of Apache::test and his desire to have a
module which will retrieve the installed mod_perl specific information. I
was thinking that it would be a nice to have an Apache::Config for
mod_perl 2.0, similar to Config.pm in Perl. The module should store all
the information
> > > I'm trying to replicate StatINC in Dispatch.pm and ran
> > across something
> > > interesting.
> > >
> > > a call to
> > > $class->Apache::Symbol::undef_functions;
> > >
> > > makes my OO behave oddly - instead of returning the rc of
> > the method, it
> > > returns the method nam
> -Original Message-
> From: Doug MacEachern [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 09, 2000 11:26 PM
> To: Geoffrey Young
> Cc: [EMAIL PROTECTED]
> Subject: Re: Apache::Symbol::undef_functions;
>
>
> On Wed, 9 Aug 2000, Geoffrey Young wrote:
>
> > Hi Doug...
> >
> > so