in reply to Re: Introspection of Moose/Mouse attributes fails to find native trait with `does`
in thread Introspection of Moose/Mouse attributes fails to find native trait with `does`
It works well as expected.print "Attribute does Bool? ", $attr->type_constraint->equals("Bool") +? "Yes!" : "No...", $/;
|
---|