X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FComponents.pod;h=45283e6d0c53e209ef84fa84759a34436eeea59a;hp=8acd2c41920a654f04246df7482e0ec0d0dc7e02;hb=e8200f38d465b85ad84eb11718db1e61230ce73b;hpb=5336f54651dd781138086b9081b85b6839452a76 diff --git a/lib/Catalyst/Manual/Components.pod b/lib/Catalyst/Manual/Components.pod index 8acd2c4..45283e6 100644 --- a/lib/Catalyst/Manual/Components.pod +++ b/lib/Catalyst/Manual/Components.pod @@ -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