X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=3e2d9d089fba1c529a82722297d5c901693d3953;hb=551068cfd29b252658de18655ac4bc193ccd5b56;hp=63861b47a2c665667d9867ebd4fe5f56f1e0d142;hpb=ba7766f8c39cc6120177c4fe7a2f1918481213ed;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index 63861b4..3e2d9d0 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -32,12 +32,6 @@ UTF-8. We'll add it for you if you continue to use the stand alone plugin and we detect this, but this backwards compatibility shim will likely be removed in a few releases (trying to clean up the codebase after all). -B: One other difference between the cored plugin and the stand alone one -is that in core we no longer throw an exception when there's a decode failure -but instead log a warning. If you rely on exceptions for control flow, you -will need to override method C to die instead -of warning. Please let the dev team know if this is a problem for you. - If you have trouble with any of this, please bring it to the attention of the Catalyst maintainer group.