oops, this should have been mentioned in the docs
Jesse Luehrs [Tue, 8 Jun 2010 03:59:17 +0000 (22:59 -0500)]
lib/Moose/Manual/Delta.pod

index 4cf2e5d..fe1ad95 100644 (file)
@@ -40,7 +40,9 @@ The L<metaclass compatibility|Moose/METACLASS COMPATIBILITY AND MOOSE> checking
 and fixing algorithms have been completely rewritten, in both Class::MOP and
 Moose. This should resolve many confusing errors when dealing with non-Moose
 inheritance and with custom metaclasses for things like attributes,
-constructors, etc.
+constructors, etc. For correct code, the only thing that should require a
+change is that custom error metaclasses must now inherit from
+L<Moose::Error::Default>.
 
 =back