From: Matthew Horsfall Date: Fri, 25 Jul 2014 20:00:24 +0000 (-0400) Subject: Fix capitalization in L<...> so links work in HTML. X-Git-Tag: v5.9008~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=4307eb1cd503012fb2ff86ecd1d0da6b7f5b3d25;hp=dc199272281f76f2c36d80dd1cd5f09552c88e36 Fix capitalization in L<...> so links work in HTML. Closes #4 from wolfsage/master (github pull request #4) --- diff --git a/lib/Catalyst/Manual/ExtendingCatalyst.pod b/lib/Catalyst/Manual/ExtendingCatalyst.pod index b1a282c..3cc5967 100644 --- a/lib/Catalyst/Manual/ExtendingCatalyst.pod +++ b/lib/Catalyst/Manual/ExtendingCatalyst.pod @@ -238,7 +238,7 @@ array reference. As you can see, you can use attributes to configure your actions. You can specify or alter these attributes via L, or even react on them as soon as Catalyst encounters them by providing your own L. +class|/"Component base classes">. =head2 Component Configuration