Hi Stas - > -----Original Message----- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 10:45 PM > To: Beau E. Cox > Cc: Modperl > Subject: Re: [mp2] apache/mod_perl starup failure using cvs 09 > > > Beau E. Cox wrote: > > Yea, Stas, I clearly see your reasoning. However, this is not a change > > of behaviour between mp1 and mp2, but rather between mp2-08 and the > > current cvs (09). > > since 09 > 08, it *is* a change in behaviour between mp1 and mp2 > ;) though > potentially not the final one. > > > I will continue using mp2-08 and talk to the mason > > meanwhile you can continue using the lates cvs, but add to the > beginning of > your startup to cheat on the latest change: > > require Apache::RequestUtil; > no warnings 'redefine'; > my $sub = *Apache::request{CODE}; > *Apache::request = sub { > my $r; > eval { $r = $sub->('Apache'); }; > # warn $@ if $@; > return $r; > }; > > > list - but it seems that folks over there are not too anxious to > > do much in the line of mp2 development until the 'request' is converted. > > You mean Apache::Request?
Yes... > [...] Your fix works perfectly - I'm a happy camper. I passed our discussion to the mason list - will keep you folks informed. Aloha => Beau; PS: Have you ever noticed the closer your deadline becomes, the more things go wrong and the more mistakes you make?