Re: mp2+A2::SL

2006-09-06 Thread Stas Bekman
Geoffrey Young wrote: Philip M. Gollucci wrote: Philip M. Gollucci wrote: Philip M. Gollucci wrote: Hi, So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 The latter results in invalid args for MakeMaker. switch the order? $ MOD_PERL=2 perl Makefile.PL I'm pretty

Re: mp2+A2::SL

2006-08-31 Thread Philip M. Gollucci
Fred Moyer wrote: > I checked and Apache::Dispatch uses 'perl Makefile.PL MOD_PERL=2'. > > http://svn.sourceforge.net/viewvc/apache-dispatch/trunk/Makefile.PL?revision=51&view=markup Thanks Fred -- that works fine for Apache-SizeLimit standalone and _IS_ what its doing AND it works GREAT. BUT -

Re: mp2+A2::SL

2006-08-31 Thread fred
On Thu, 31 Aug 2006, Geoffrey Young wrote: Philip M. Gollucci wrote: The latter results in invalid args for MakeMaker. switch the order? $ MOD_PERL=2 perl Makefile.PL I'm pretty sure that's what some of stas stuff does, and what fred is doing for the current Apache::Dispatch overhaul. [s

Re: mp2+A2::SL

2006-08-31 Thread Fred Moyer
On Thu, 31 Aug 2006, Geoffrey Young wrote: Philip M. Gollucci wrote: Philip M. Gollucci wrote: Philip M. Gollucci wrote: So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 The latter results in invalid args for MakeMaker. switch the order? $ MOD_PERL=2 perl Makefil

Re: mp2+A2::SL

2006-08-31 Thread Fred Moyer
On Thu, 31 Aug 2006 6:40 am, Geoffrey Young wrote: Philip M. Gollucci wrote: Philip M. Gollucci wrote: So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 The latter results in invalid args for MakeMaker. switch the order? $ MOD_PERL=2 perl Makefile.PL I'm pretty sur

Re: mp2+A2::SL

2006-08-31 Thread Geoffrey Young
Philip M. Gollucci wrote: > Philip M. Gollucci wrote: > >>Philip M. Gollucci wrote: >> >>>Hi, >>> >>>So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 >>> >>>The latter results in invalid args for MakeMaker. switch the order? $ MOD_PERL=2 perl Makefile.PL I'm pretty sure

Re: mp2+A2::SL

2006-08-30 Thread Philip M. Gollucci
Philip M. Gollucci wrote: > Philip M. Gollucci wrote: >> Hi, >> >> So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 >> >> The latter results in invalid args for MakeMaker. >> >> Anybody want to suggest another method or is just setting the ENV okay. I >> guess I only hesist

Re: mp2+A2::SL

2006-08-29 Thread Philip M. Gollucci
Philip M. Gollucci wrote: > Hi, > > So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 > > The latter results in invalid args for MakeMaker. > > Anybody want to suggest another method or is just setting the ENV okay. I > guess I only hesistate > because of its name. Feel

mp2+A2::SL

2006-08-29 Thread Philip M. Gollucci
Hi, So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 The latter results in invalid args for MakeMaker. Anybody want to suggest another method or is just setting the ENV okay. I guess I only hesistate because of its name. Feel free to commit this or something else and do