
stas at stason
Apr 24, 2001, 7:44 AM
Post #4 of 6
(1336 views)
Permalink
|
On Tue, 24 Apr 2001, Geoffrey Young wrote: > Hi Stas... > > I was just looking over apaci/modperl.config and saw that it includes a > bunch of stuff not in MyConfig.pm. I'm not even sure of the status of some > of these arguments (like PERL_STASH_POST_DATA is pretty much deprecated but > I have no idea about XS_IMPORT), but PERL_SECTIONS and PERL_SSI at least > ought to be there... > > anyway, here's a list of stuff... > > DO_INTERNAL_REDIRECT > PERL_DEFAULT_OPMASK > PERL_DSO_UNLOAD > PERL_MARK_WHERE > PERL_ORALL_OPMASK > PERL_RUN_XS > PERL_SAFE_STARTUP > PERL_SECTIONS > PERL_SSI > PERL_STARTUP_DONE_CHECK > PERL_STASH_POST_DATA > PERL_THREADS > XS_IMPORT yup, when I've submitted the patch, I've asked whether there is something else that should be added (see below). There was no follow-up... Doug? Should we add all these? If we could just get @ARGV, that would be the simplest and no hardcoded data... Thanks a bunch, Geoff > > -----Original Message----- > > From: Stas Bekman [mailto:stas [at] stason] > > Sent: Friday, February 09, 2001 1:43 AM > > To: modperl-2.0 dev-list > > Subject: Makefile.PL patch > > > > > > This patch attempts to improve Apache::MyConfig. It: > > > > * adds other configuration arguments for a later reuse. > > Please see if I've > > missed some possible arguments. I wish there was a way to ask > > MakeMaker to > > return all the arguments passed to Makefile.PL... @ARGV is > > not good since > > it's being mangled. Hmm, may be catching it at the beginning of > > Makefile.PL? Since otherwise one has to hardcode all the > > possible args. _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:stas [at] stason http://apachetoday.com http://logilune.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] perl For additional commands, e-mail: dev-help [at] perl
|