2009-09-28

working around exporter bug in perl 5.10.1

exporter seems to have a bug with perl 5.10.1. in case of multiple inheritance, it must be the first parent, otherwise no export magic is done.

the bug is experienced both with base and parent, so i really think it's exporter related - or maybe 5.10.1, since it was not present with 5.10.0.

i reported the bug to p5p - in the meantime, just switch exporter to be the first parent in multiple inheritance...

No comments:

Post a Comment