X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FComponents.pod;h=45283e6d0c53e209ef84fa84759a34436eeea59a;hb=655be431ded35a10854ca2bc8a46517d694f34dd;hp=cc45a801bde4b978b550f75ba5bc849e78ce916b;hpb=aa82583deefab5c36afe9e554dfa7099592a18ec;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Components.pod b/lib/Catalyst/Manual/Components.pod index cc45a80..45283e6 100644 --- a/lib/Catalyst/Manual/Components.pod +++ b/lib/Catalyst/Manual/Components.pod @@ -19,7 +19,7 @@ status or preferred use of your chosen plugin/framework. =head1 PLUGINS Take care with plugins! In general with a plugin ask "should this be -acting globally on my application application?". If not it should be a +acting globally on my application?". If not it should be a Controller Role (e.g. see L. =head2 L @@ -53,9 +53,9 @@ Note that newer versions of the authentication plugin allow multiple C, so that you can authenticate users in different ways in different parts of your application. -This, however, has involved deprecated all classes in the -C and -C namespaces. +This, however, has involved deprecating all classes in the +C and +C namespaces. These plugins are still usable, but they have mostly been replaced with new modules in the new namespace which will work together. @@ -143,7 +143,7 @@ This module implements the Catalyst::Authentication API for L. =head4 L -Allows you to use a plain L database connection to identify users. +Allows you to use a plain L database connection to identify users. =head4 L @@ -445,23 +445,23 @@ Allows your Controller class to dispatch XMLRPC methods from its own class. =head2 L -Catalyst integration for . +Catalyst integration for L. =head1 MODELS =head2 L -The C (CDBI) model class. It is built on top of -C, which automates the definition of C +The L (CDBI) model class. It is built on top of +L, which automates the definition of L sub-classes by scanning the underlying table schemas, setting up columns and primary keys. =head2 L -A neutral interface to the C module which does not attempt +A neutral interface to the L module which does not attempt to automate table setup. It allows the user to manually set up -C classes, either by doing so within the Catalyst model -classes themselves, or by inheriting from existing C +L classes, either by doing so within the Catalyst model +classes themselves, or by inheriting from existing L classes. =head2 L