From: Tomas Doran Date: Fri, 21 Oct 2011 15:09:26 +0000 (-0600) Subject: Note that wrapping the setup method will cause you pain X-Git-Tag: 5.90005~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cf7ace24958c9c26ff5cc8b19e2c8e20e8316dcf Note that wrapping the setup method will cause you pain --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index e634307..a52b53b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1028,6 +1028,9 @@ Catalyst> line. MyApp->setup; MyApp->setup( qw/-Debug/ ); +B You B wrap this method with method modifiers +or bad things will happen - wrap the C method instead. + =cut sub setup {