On Sun Sep 09 12:00:29 2007, BLBLACK wrote:
Show quoted text> Offering the export would mean an interface change for MRO::Compat,
> which I can't do without changing the interface of mro.pm in 5.10 as
> well (since the whole point of MRO::Compat is to offer an identical
> interface to that), and it's a bit late in the game for any changes
> there, so I think this is just how it will have to be.
I would understand if this was modifying or taking away a feature, but
this is just adding purely optional exports.
However, I just took a look at mro.pm for the first time. What I did
not know is that mro already uses import to control the pragma rather
than export. That would make wedging in function export syntax
difficult. Now I see where the miscommunication lies and why you said
it's not worth it.
Request dropped. Sorry to bother.