From: Kieren Diment Date: Mon, 21 May 2012 09:39:09 +0000 (+1000) Subject: RT 77322 fix X-Git-Tag: 5.9007~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=9c5abba4e91b19f5605d39533cdc36cdd03f72ee RT 77322 fix --- diff --git a/Changes b/Changes index 467dccc..f8d8195 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,5 @@ Revision history for Catalyst-Manual - + - Update auth class name RT 77322 Thanks Joen Axford - Fix typo RT #77247 Thanks John Deighan 5.9004 4th May 2012 diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index c6f43db..d098c1c 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -1,4 +1,4 @@ -=head1 NAME +head1 NAME Catalyst::Manual::Tutorial::05_Authentication - Catalyst Tutorial - Chapter 5: Authentication @@ -742,7 +742,7 @@ change is to the C field): ); The use of C will cause -Catalyst::Plugin::Authentication::Store::DBIC to call the +Catalyst::Plugin::Authentication::Store::DBIx::Class to call the C method we enabled on our C columns.