Moose and Override
Problem: “Cannot add an override method if a local method is already present”
Source: http://pastie.org/671203
Solution: The override statement in a Moose class must come first, before the “before” and “after” statements.
Problem: “Cannot add an override method if a local method is already present”
Source: http://pastie.org/671203
Solution: The override statement in a Moose class must come first, before the “before” and “after” statements.