From: Jesse Luehrs Date: Tue, 8 Jun 2010 03:59:17 +0000 (-0500) Subject: oops, this should have been mentioned in the docs X-Git-Tag: 1.08~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=918b5cefbb02f37a54efdb8ae803ff5e8028b467;p=gitmo%2FMoose.git oops, this should have been mentioned in the docs --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 4cf2e5d..fe1ad95 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -40,7 +40,9 @@ The L 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. =back