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=a357ecd26864d765720afd07eac7e8d4200bd53b;hp=f05d79a4ecd18e150e2c7d20ff0216e6f10f2b63;hb=9ad715b3a89ba2d34123a2d0f4624302bc169f78;hpb=14e5ed66dcd737f2210d8d7d8c22e3c474992846 diff --git a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod index f05d79a..a357ecd 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