Note that wrapping the setup method will cause you pain
[catagits/Catalyst-Runtime.git] / 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 {