pod fix, thanks Janus
Kieren Diment [Sun, 1 Mar 2009 11:44:22 +0000 (11:44 +0000)]
lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod

index fef48fe..bdbd2c3 100644 (file)
@@ -315,8 +315,6 @@ method" that you don't want to be an action at all, then just define
 the method without any attribute -- you can call it in your code, but 
 the Catalyst dispatcher will ignore it.)
 
-=over 4
-
 There are five types of "special" build-in C<:Private> actions: 
 C<begin>, C<end>, C<default>, C<index>, and C<auto>.