Re: BUG: MP_CODE_ATTRS() is broken under perl 5.10.0

2007-12-31 Thread Philippe M. Chiasson
Michael Schout wrote: > Michael Schout wrote: > >> MP_CODE_ATTRS() doesn't work under perl 5.10.0. > > Does anyone have any ideas on how to fix this? Short answer, not yet. Slightly longer answer follows. The problem is that the different flavors of filter handlers need to be identified, and

Re: BUG: MP_CODE_ATTRS() is broken under perl 5.10.0

2007-12-31 Thread Michael Schout
Michael Schout wrote: > MP_CODE_ATTRS() doesn't work under perl 5.10.0. Does anyone have any ideas on how to fix this? Regards, Michael Schout

BUG: MP_CODE_ATTRS() is broken under perl 5.10.0

2007-12-21 Thread Michael Schout
-8<-- Start Bug Report 8<-- 1. Problem Description: MP_CODE_ATTRS() doesn't work under perl 5.10.0. I discovered this when trying to use a PerlOutputFilterHandler and upgraded from 5.8.8 to 5.10.0. Under 5.10.0, sometimes the filter would run, sometimes no