in reply to MooseX::Declare not able to modify new() and BUILDARGS()
It would be good to see example. but generally you should use BUILD and BUILDARGS instead of modifying new. Also declare BUILDARGS as follows:
so it wouldn't complain about failed validation.method BUILDARGS (ClassName $class: ...) { ... }
|
|---|