X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FExtendingCatalyst.pod;h=7a65b08edeafdb05c91056850c5836c4e05f5850;hb=45c7830fc2a9167e08203368ca11d6d13628c5fb;hp=9de413ea0430ee1f1b8435c5d955d533bb2a87d5;hpb=1972ebdd733a4bb2211bb7e1834cde4ddf7766f9;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/ExtendingCatalyst.pod b/lib/Catalyst/Manual/ExtendingCatalyst.pod index 9de413e..7a65b08 100644 --- a/lib/Catalyst/Manual/ExtendingCatalyst.pod +++ b/lib/Catalyst/Manual/ExtendingCatalyst.pod @@ -103,6 +103,9 @@ testing (and command-line scripts) a breeze. The actual Catalyst Model is just a few lines of glue that makes working with the schema convenient. +If you want the thinnest interface possible, take a look at +L. + =head2 Inheritance and overriding methods While Catalyst itself is still based on L (for multiple