Re: Apache::SizeLimit - iffied for mp2

2006-07-19 Thread Dave Rolsky
On Mon, 17 Jul 2006, Philip M. Gollucci wrote: http://perl.apache.org/docs/2.0/user/porting/compat.html#mod_perl_1_0_and_2_0_Constants_Coexistence I meant to cite tbat before, and I did the diff based on that from memory, which apparently wasn't as good as I hoped it was. That page still doe

Re: Apache::SizeLimit - iffied for mp2

2006-07-19 Thread Philip M. Gollucci
Dave Rolsky wrote: use constant OK => MP2 ? Apache2::Const::OK : Apache::Constants::OK; > use constant OK => MP2 ? Apache2::Const::OK() : Apache::Constants::OK(); I had been thinking about that for use with Apache::AuthDBI, something must have stopped me because I know I like'd it better th