X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=a52b53bc6b5c7c9730a0dcef467124b24408fb51;hp=e634307e666a2829737b42cc01a2d4bd6cbe9c99;hb=cf7ace24958c9c26ff5cc8b19e2c8e20e8316dcf;hpb=cf8eab35bae767daf240ec91a97b1809fda012ea 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 {