Subject: | Documentation for BUILDARGS is inconsistent |
In Changes:
2.000002 - 2015-07-24
- BUILDARGS will now always be called on object creation, even if no
attributes exist
In Moo.pm 2.000002 under INCOMPATIBILITIES WITH MOOSE:
BUILDARGS is not triggered if your class does not have any attributes. Without attributes, BUILDARGS return value would be ignored, so we just skip calling the method instead.
One of these is wrong. I assume that you forgot to update the Incompatibilities section when you made the change.