roles, advice, and BUILD in Moose
A very common complaint on #moose
is, โBUILD
is broken. I put BUILD
methods in my code and they never got called.โ There are a lot of variations
on this. They tend to come from the fact that BUILD
is not called like almost
any other method. Imagine the following class hierarchy: