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 at that point, all that we got it a CV *.

Using the hack you pointed out, we were able to piggyback to some
unused portion of the CV*. Unfortunately, in 5.10, that field is now
a union between 2 fields, so that no longer holds true.

The solution will be to either find a new way to attach this information
to a CV (I looked around, and nothing jumped at me), or we'll have to switch
to storing this information separate of the CV itself (a cleaner, but 
potentially
annoying solution).

So for now, there is not much of a solution, but there will be one!

-- 
Philippe M. Chiasson     GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
http://gozer.ectoplasm.org/       m/gozer\@(apache|cpan|ectoplasm)\.org/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to