X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FExtendingCatalyst.pod;h=7a65b08edeafdb05c91056850c5836c4e05f5850;hp=9de413ea0430ee1f1b8435c5d955d533bb2a87d5;hb=7d36d4ac3c5a2df2e56f4e4729fc0d119acccf58;hpb=9d49ae044039a193c6fd87acd4a17c731b1a2e16 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