X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthentication.pod;h=8bae7167e8cb4286630e8839fe15b5f80b824b94;hp=f32e05ba1d47a2f0276f953240cdfe4342da8d32;hb=b411df01b40662f125aa854a7c25097bc53ad86a;hpb=0c51850e9e3daa7ba2dc9194dec7b8fc2b3a64c0 diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index f32e05b..8bae716 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -247,7 +247,7 @@ by Catalyst under C. Edit C and update it as follows (everything below C is new): - __PACKAGE__->setup(qw/ + use Catalyst qw/ -Debug ConfigLoader Static::Simple @@ -259,7 +259,7 @@ C is new): Session Session::Store::FastMmap Session::State::Cookie - /); + /; The C plugin supports Authentication while the C plugins are required to maintain state across multiple HTTP