X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAdvancedCRUD.pod;h=e0a678bb50b8cce9fdc416a9ea68b7711c7b7479;hp=ad415a095ed8960b1b9b3482a3a13f1de6a3850a;hb=82ab4bbf7fc1c88e5c23821a9cc304c69d0aaf09;hpb=b80f58e5f205d099fcd8ab2abcbdda4ab9db32d6 diff --git a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod index ad415a0..e0a678b 100644 --- a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod @@ -57,7 +57,7 @@ L =head1 DESCRIPTION This part of the tutorial explores more advanced functionality for -Create, Read, Update, and Delete (CRUD) than we saw in Part 3. In +Create, Read, Update, and Delete (CRUD) than we saw in Part 4. In particular, it looks at a number of techniques that can be useful for the Update portion of CRUD, such as automated form generation, validation of user-entered data, and automated transfer of data between @@ -71,17 +71,19 @@ tools. Select one or more options from the list below. =head1 ADVANCED CRUD OPTIONS +=over 4 + =item * L =item * -L +L =back -B: Please contact the author if you would like to assist with +B Please contact the author if you would like to assist with writing a new module. @@ -91,7 +93,7 @@ Kennedy Clark, C Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at -L. +L. -Copyright 2006, Kennedy Clark, under Creative Commons License -(L). +Copyright 2006-2008, Kennedy Clark, under Creative Commons License +(L).