From: Florian Ragwitz Date: Wed, 4 Feb 2009 15:04:37 +0000 (+0000) Subject: Another Upgrading.pod fix. X-Git-Tag: 5.8000_06~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a87f5aa5d65bb8f46afaaa08c26502962c9311ff Another Upgrading.pod fix. --- diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index a1b7133..6b160fa 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -108,7 +108,7 @@ The right way to do it is this: Previously, if you had a component which inherited from Catalyst::COMPONENT, but overrode the new method, to return false, then your class' configuration would be blessed into a hash on your behalf, and this would be returned from -the COMPONENT method. T +the COMPONENT method. This behaviour makes no sense, and so has been removed.. You are recommended to implement your own new method in components, instead, you should inherit the