==================================================================
What if both modules have this :override bit set at the same time?
Does the second one still win? Or does the first one win again?
==================================================================
It is wise to live the behaviour undefined in such a case.
==================================================================
Either way I'm not sure it solves the problem; if each module asserts
that *they* are the smarter one then you either wind up with the same
situation you have now or even worse contention.
==================================================================
Yes. So do not do this.
Ilya