From: Florian Ragwitz Date: Fri, 29 Apr 2011 12:00:42 +0000 (+0200) Subject: L is the same as L X-Git-Tag: 5.8007~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=21b9043a597f65f21b1a754646f52853e4a83dc1 L is the same as L For modern pod consumers anyway. We don't care about any others. --- diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index 6cc0c59..c01e7b4 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -623,10 +623,9 @@ easy with the Catalyst plugin Catalyst::Plugin:RequireSSL. =head2 Re-Run the DBIC::Schema Model Helper to Include DBIx::Class::EncodedColumn Next, we can re-run the model helper to have it include -L in all of the -Result Classes it generates for us. Simply use the same command we -saw in Chapters 3 and 4, but add C<,EncodedColumn> to the C -argument: +L in all of the Result Classes it generates for us. +Simply use the same command we saw in Chapters 3 and 4, but add +C<,EncodedColumn> to the C argument: $ script/myapp_create.pl model DB DBIC::Schema MyApp::Schema \ create=static components=TimeStamp,EncodedColumn dbi:SQLite:myapp.db \