X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FManual%2FInheritance.pod;h=950283deb960c2610032c34d5e2112425af1bd98;hb=e767951f92d57740dc76425868cce32f6bcf1296;hp=76d76115626194e1f271cecb134edb02e33d1896;hpb=ce828f4b7309670fc8b0ed826fd2455c4d5412bb;p=maypole.git diff --git a/lib/Maypole/Manual/Inheritance.pod b/lib/Maypole/Manual/Inheritance.pod index 76d7611..950283d 100644 --- a/lib/Maypole/Manual/Inheritance.pod +++ b/lib/Maypole/Manual/Inheritance.pod @@ -78,8 +78,8 @@ a set of auto-generated model classes, and a view class: =head2 Ouch, that's a lot of inheritence! -Yes, that's a lot of inheritence, fortunately as of 2.12 Maypole uses -L to ensure sane method resolution. +Yes, that's a lot of inheritence, at some point in the future - probably Maypole 3.x we +will move to Class::C3 =head2 What about Maypole::Application - loading plugins @@ -235,8 +235,6 @@ The resulting model looks like this: =head3 Features -*REWRITE BASED ON C3 and push instead of shift* - 1. Non-Maypole applications using the Offline model are completely isolated from the Maypole application, and need not know it exists at all.