{{$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
[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)
+
* The ->parent and ->parents method for a union now return the nearest
common ancestor of that union's component types. See Moose::Manual::Delta
for more details. (Dave Rolsky)