From: Karen Etheridge Date: Mon, 4 Oct 2010 18:20:04 +0000 (-0700) Subject: fix small typos in changelogs. X-Git-Tag: 1.15~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d21ebae858af386f3ed4adefe355a3478f02c5b9;p=gitmo%2FMoose.git fix small typos in changelogs. --- diff --git a/Changes b/Changes index 1871db4..622c106 100644 --- a/Changes +++ b/Changes @@ -9,7 +9,7 @@ NEXT "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. diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 54e1996..81abd04 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -76,7 +76,7 @@ Moose to production. =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.