From: Karen Etheridge Date: Tue, 13 Aug 2013 23:28:31 +0000 (-0700) Subject: use proper markup for code snippet X-Git-Tag: v5.9008~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=030e99c19c5720d4322ab639354c8dfb289dae62 use proper markup for code snippet --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index d2e6ba7..5d22c93 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -790,7 +790,7 @@ of Catalyst component class names. =item * B -Note that I<< __PACKAGE__->config->(namespace => ... ) >> can be used to override the +Note that C<< __PACKAGE__->config->(namespace => ... ) >> can be used to override the current namespace when matching. So: package MyApp::Controller::Example;