X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F05_Authentication.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2F05_Authentication.pod;h=4a5c05e9be1587a1390cce8872b4af982e45c9d3;hp=80339fe1f155cb72baf6b9674127f8e5d323a739;hb=f9ce297698249b24617c5a60e7c625f2005be144;hpb=f4e9de4a3171fd75d04fa8e294fd9a0ae367bc18 diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index 80339fe..4a5c05e 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -2,7 +2,6 @@ Catalyst::Manual::Tutorial::05_Authentication - Catalyst Tutorial - Chapter 5: Authentication - =head1 OVERVIEW This is B for the Catalyst tutorial. @@ -68,7 +67,6 @@ of the Tutorial Virtual machine (one subdirectory per chapter). There are also instructions for downloading the code in L. - =head1 BASIC AUTHENTICATION This section explores how to add authentication logic to a Catalyst @@ -188,14 +186,14 @@ table information. We aren't ready to try out the authentication just yet; we only want to do a quick check to be sure our model loads correctly. Assuming that you -are following along and using the "-r" option on C, +are following along and using the "-r" option on F, then the development server should automatically reload (if not, press C to break out of the server if it's running and then enter -C