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~4^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4dcdaae144e5787f9efd4c72dce35cd97cc69288 Note that wrapping the setup method will cause you pain --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 91c9067..6ba42eb 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 {