X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F06_Authorization.pod;h=84c9ec231949c0e89b5e9753c5c220651e970de2;hb=d8e9b469736c9313a09ce5f08d10d1a467ffae09;hp=f83d5e296f267e2d4e489075e78ebfe0f28c71e8;hpb=ec3ef4ad2ba72cc751c8c5eccccb705602d87d09;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/06_Authorization.pod b/lib/Catalyst/Manual/Tutorial/06_Authorization.pod index f83d5e2..84c9ec2 100644 --- a/lib/Catalyst/Manual/Tutorial/06_Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/06_Authorization.pod @@ -65,7 +65,7 @@ can simplify your code and make things easier to maintain. You can checkout the source code for this example from the catalyst subversion repository as per the instructions in -L. +L. =head1 BASIC AUTHORIZATION @@ -90,7 +90,7 @@ Edit C and add C to the list: Authorization::Roles Session - Session::Store::FastMmap + Session::Store::File Session::State::Cookie /; @@ -344,8 +344,11 @@ L URL directly) when you are done. 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 +Feel free to contact the author for any errors or suggestions, but the +best way to report issues is via the CPAN RT Bug system at +. + +The most recent version of the Catalyst Tutorial can be found at L. Copyright 2006-2010, Kennedy Clark, under the