RT 77322 fix
Kieren Diment [Mon, 21 May 2012 09:39:09 +0000 (19:39 +1000)]
Changes
lib/Catalyst/Manual/Tutorial/05_Authentication.pod

diff --git a/Changes b/Changes
index 467dccc..f8d8195 100644 (file)
--- 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
index c6f43db..d098c1c 100644 (file)
@@ -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<password_type> field):
     );
 
 The use of C<self_check> will cause
-Catalyst::Plugin::Authentication::Store::DBIC to call the
+Catalyst::Plugin::Authentication::Store::DBIx::Class to call the
 C<check_password> method we enabled on our C<password> columns.