From: Kennedy Clark Date: Sat, 6 Jun 2009 02:25:03 +0000 (+0000) Subject: RT #46618 fix X-Git-Tag: v5.8005~123 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=4370705338dd0a8e1d416467beb0ddb1bc62e877 RT #46618 fix --- diff --git a/Changes b/Changes index ee5e92a..5e4f692 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Catalyst-Manual + - Tutorial + - Fix RT #46618 + - Fix typos + 5.8000 27 May 2009 - Tutorial: - Update for Catalyst 5.80 diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index 5628b19..5effaac 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -336,7 +336,7 @@ to the following code: use_session 1 - password_type self_check + password_type clear user_model DB::User class SimpleDB