L<Foo> is the same as L<Foo|Foo>
Florian Ragwitz [Fri, 29 Apr 2011 12:00:42 +0000 (14:00 +0200)]
For modern pod consumers anyway. We don't care about any others.

lib/Catalyst/Manual/Tutorial/05_Authentication.pod

index 6cc0c59..c01e7b4 100644 (file)
@@ -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<DBIx::Class::EncodedColumn|DBIx::Class::EncodedColumn> 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<components>
-argument:
+L<DBIx::Class::EncodedColumn> 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<components> argument:
 
     $ script/myapp_create.pl model DB DBIC::Schema MyApp::Schema \
         create=static components=TimeStamp,EncodedColumn dbi:SQLite:myapp.db \