From: Dave Rolsky Date: Mon, 18 Oct 2010 14:46:00 +0000 (-0500) Subject: Changes for alias/excludes warning X-Git-Tag: 1.16~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6f3bff92fbea070f5c6f46fee7bd82607a6d7e5;p=gitmo%2FMoose.git Changes for alias/excludes warning --- diff --git a/Changes b/Changes index 87fbe3a..59f02a4 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,10 @@ for, noteworthy changes. Moose::Error::Default for details. This feature is considered experimental, and may change in a future release. (Marcus Ramberg) + * The deprecation warning for using alias and excludes without a leading + dash now tells you the role being applied and what it was being applied + to. (mst). + [BUG FIXES] * A number of native trait methods which expected strings as arguments did