From: Dave Rolsky Date: Sat, 2 Oct 2010 19:56:39 +0000 (-0500) Subject: Mention warning about existing meta in Changes X-Git-Tag: 1.15~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=66179c951b22c21044fa3432dfd5443deeebdee3;p=gitmo%2FMoose.git Mention warning about existing meta in Changes --- diff --git a/Changes b/Changes index 221fbfa..1871db4 100644 --- a/Changes +++ b/Changes @@ -22,6 +22,9 @@ NEXT determine which name to install the 'meta' name under. Passing 'undef' to this option will suppress generation of the meta method entirely. (doy) + * Moose now warns if it overwrites an existing method named "meta" in your + class when you "use Moose". (doy) + [ENHANCEMENTS] * Native Trait delegations are now all generated as inline code. This should