Apache::SizeLimit - iffied for mp2

2006-07-17 Thread Philip M. Gollucci
Hi, This seems to still work in mp1 land and all the A::SL tests still pass. I haven't tried mp2 yet, but does this seem a like a route we want to go ? I envision an Apache2::SizeLimit package with lots of '*' aliasing of functions or wrappers to this one ? P.S. Dave, are you subscribed here

Apache::SizeLimit - iffied for mp2

2006-07-17 Thread Philip M. Gollucci
Hi, This [attached] seems to still work in mp1 land and all the A::SL tests still pass. I haven't tried mp2 yet. Does this seem a like a route we want to go ? I envision an Apache2::SizeLimit package with '*' aliasing of functions or wrappers to this one and no real code.? P.S. Dave, are

Problem with mp1 + bleadperl on Win32

2006-07-17 Thread Steve Hay
[No luck with this on p5p, so I'm trying here instead...] During the course of upgrading my development machine from perl-5.8.8 to bleadperl, I've found that mod_perl-1.29 (with apache-1.3.36) is now not happy. It built OK, but when testing it crashes here in t/modules/constants.t: Perl_pp_e

Re: Apache::SizeLimit - iffied for mp2

2006-07-17 Thread Dave Rolsky
On Mon, 17 Jul 2006, Philip M. Gollucci wrote: This [attached] seems to still work in mp1 land and all the A::SL tests still pass. I haven't tried mp2 yet. Does this seem a like a route we want to go ? I think we definitely want to support both. I envision an Apache2::SizeLimit package with

Re: Apache::SizeLimit - iffied for mp2

2006-07-17 Thread Dave Rolsky
On Mon, 17 Jul 2006, Philip M. Gollucci wrote: Dave, are you subscribed here ?, I'll stop CC'ing you if so. I am, though my procmail filter kills dupes anyway. -dave /*=== VegGuide.Orgwww.BookIRead.com Your guide to al

Re: Apache::SizeLimit - iffied for mp2

2006-07-17 Thread Philip M. Gollucci
something like Apache::SizeLimit::Base or something like that. That crossed my mind... - Rather than inlining both bits of code in the handler(), I'd rather see that in separate subs. Hmm - Doesn't a method handled in mp2 need a ": method" attribute? Yes.. - You import DECLINED so w

Re: Problem with mp1 + bleadperl on Win32

2006-07-17 Thread Philip M. Gollucci
Count yourself lucky: FreeBSD bleed + mp 1.29 + httpd 1.3.36 + mm 1.40 + ssl --- internal/api.t ?? ?? ?? internal/dirmagic.t?? ?? ?? internal/headers.t 13 11 1-1

Re: Apache::SizeLimit - iffied for mp2

2006-07-17 Thread Philip M. Gollucci
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. -- -