From: Dave Rolsky Date: Sun, 25 Jul 2010 15:19:18 +0000 (-0500) Subject: Reorder and speling fix X-Git-Tag: 1.09~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73e18f1050e906afa98e7bf2e0be5dd6cf769a84;p=gitmo%2FMoose.git Reorder and speling fix --- diff --git a/Changes b/Changes index 90fd4a2..77489df 100644 --- a/Changes +++ b/Changes @@ -6,17 +6,14 @@ for, noteworthy changes. [API CHANGES] * You can no longer pass "coerce => 1" for an attribute unless its type - constraint has a coercion defined. If it doesn't, an error will be thrown - when the attribute is defined. (Dave Rolsky) + constraint has a coercion defined. Doing so will issue a deprecation + warning. (Dave Rolsky) * Previously, '+foo' only allowed a specific set of options to be overridden, which made it impossible to change attribute options related to extensions. Now we blacklist some options, and anything else is allowed. (doy, Tuomas Jormola) - * Removed the long-deprecated Moose::Meta::Role->alias_method metohd. (Dave - Rolsky). - * Most features which have been declared deprecated now issue a warning using Moose::Deprecated. Warnings are issued once per calling package, not repeatedly. See Moose::Deprecated for information on how you can shut @@ -24,6 +21,9 @@ for, noteworthy changes. be removed, so shutting up the warnings may not be the best idea. (Dave Rolsky) + * Removed the long-deprecated Moose::Meta::Role->alias_method method. (Dave + Rolsky). + [NEW FEATURES] * We no longer unimport strict and warnings when Moose, Moose::Role, or