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~4^2~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=724e8b30fb7cc9f62ed4932412f81cd4e40068c6 Remove another ref to MyApp->plugin --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index d53d0f4..545ef37 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2812,7 +2812,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