From: Dave Rolsky Date: Sat, 17 Sep 2011 02:31:36 +0000 (-0500) Subject: Changes for UNIVERSAL change X-Git-Tag: 2.0300~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93dc09b7fe7c4ed512de8820b3ac6119738936f4;p=gitmo%2FMoose.git Changes for UNIVERSAL change --- diff --git a/Changes b/Changes index b7061ba..f1c2e19 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,13 @@ for, noteworthy changes. {{$NEXT}} + [API CHANGES] + + * Methods to introspect a class's methods will now return methods defined in + UNIVERSAL (isa, can, etc.). This also means that you can wrap these + methods with method modifiers. RT #69839. Reported by Vyacheslav + Matyukhin. (Dave Rolsky) + [DEPRECATIONS] * The optimize_as option for type constraints has been deprecated. Use the