From: Dave Rolsky Date: Fri, 29 Oct 2010 04:02:15 +0000 (-0500) Subject: Remove a spurious comma X-Git-Tag: 1.18~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d43971bafc77a8ba3fa5642395a6f84e2be7a0c;hp=0ae25cd03c7bd46e0deffa5b8f6a52459fc0c57e;p=gitmo%2FMoose.git Remove a spurious comma --- diff --git a/Changes b/Changes index a7a6074..0d6fc98 100644 --- a/Changes +++ b/Changes @@ -14,7 +14,7 @@ for, noteworthy changes. [BUG FIXES] * The native Array and Hash delegation methods now coerce individual new - members, if the _member type_ has a coercion. In other words, if the array + members if the _member type_ has a coercion. In other words, if the array reference is defined as an ArrayRef[DateTime], and you've defined a coercion from Int to DateTime, then pushing an integer via a delegation method will coerce the integer to a DateTime object. Reported by Karen