X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F04_BasicCRUD.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2FBasicCRUD.pod;h=4542b50f11ebf7d1a7122b4ce72c2e737424ed47;hp=463e8d5acd458bdc4f8bc00d859c420fdc731d8f;hb=3ab6187c1a123983b6ae29e57f543328ce15755c;hpb=418ded01713d313bdc03308ced5b0cc408682e24 diff --git a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod similarity index 98% rename from lib/Catalyst/Manual/Tutorial/BasicCRUD.pod rename to lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index 463e8d5..4542b50 100644 --- a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -1,6 +1,6 @@ =head1 NAME -Catalyst::Manual::Tutorial::BasicCRUD - Catalyst Tutorial - Chapter 4: Basic CRUD +Catalyst::Manual::Tutorial::04_BasicCRUD - Catalyst Tutorial - Chapter 4: Basic CRUD =head1 OVERVIEW @@ -13,43 +13,43 @@ L =item 1 -L +L =item 2 -L +L =item 3 -L +L =item 4 -B +B<04_Basic CRUD> =item 5 -L +L =item 6 -L +L =item 7 -L +L =item 8 -L +L =item 9 -L +L =item 10 -L +L =back @@ -76,7 +76,7 @@ L. You can check out the source code for this example from the Catalyst Subversion repository as per the instructions in -L. +L. =head1 FORMLESS SUBMISSION @@ -913,7 +913,7 @@ should return. B Another popular method for maintaining server-side information across a redirect is to use the C technique we discuss in the next chapter of the tutorial, -L. While +L. While C is a "slicker" mechanism in that it's all handled by the server and doesn't "pollute" your URLs, B can lead to situations where the wrong information shows up