Note that wrapping the setup method will cause you pain
Tomas Doran [Fri, 21 Oct 2011 15:09:26 +0000 (09:09 -0600)]
lib/Catalyst.pm

index e634307..a52b53b 100644 (file)
@@ -1028,6 +1028,9 @@ Catalyst> line.
     MyApp->setup;
     MyApp->setup( qw/-Debug/ );
 
+B<Note:> You B<should not> wrap this method with method modifiers
+or bad things will happen - wrap the C<setup_finalize> method instead.
+
 =cut
 
 sub setup {