From: John Napiorkowski Date: Sun, 28 Jul 2013 21:59:19 +0000 (-0400) Subject: remove documentation about adding middleware via setup_middleware. lets only permit... X-Git-Tag: 5.90050~1^2~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=645c3f0b7ac9db50149e7a220e784ecf8cfaae69 remove documentation about adding middleware via setup_middleware. lets only permit this via config --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index d6aeb88..5b2472a 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -3081,9 +3081,6 @@ which sounds odd but is likely how you expect it to work if you have prior experience with L or if you previously used the plugin L (which is now considered deprecated) -You can pass middleware definitions to this as well, from the application -class if you like. - =cut sub registered_middlewares {