From: Tomas Doran Date: Fri, 21 Oct 2011 14:21:34 +0000 (-0600) Subject: Remove another ref to MyApp->plugin X-Git-Tag: 5.90005~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=1d85cbb36bf233f539a393b827ab66a31419994b Remove another ref to MyApp->plugin --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 254ea8a..80b0288 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2821,7 +2821,7 @@ sub setup_stats { =head2 $c->registered_plugins Returns a sorted list of the plugins which have either been stated in the -import list or which have been added via C<< MyApp->plugin(@args); >>. +import list. If passed a given plugin name, it will report a boolean value indicating whether or not that plugin is loaded. A fully qualified name is required if