"normal" attributes. This should be mostly compatible with existing code,
but see Moose::Manual::Delta for details.
- * A few native traits (String, Counter, Bool) provide default values or "is"
+ * A few native traits (String, Counter, Bool) provide default values of "is"
and "default" when you created an attribute. Allowing them to provide
these values is now deprecated. Supply the value yourself when creating
the attribute.
=item Defaults is and default for String, Counter, and Bool
-A few native traits (String, Counter, Bool) provide default values or "is" and
+A few native traits (String, Counter, Bool) provide default values of "is" and
"default" when you created an attribute. Allowing them to provide these values
is now deprecated. Supply the value yourself when creating the attribute.