X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUpgrading.pod;h=3e2d9d089fba1c529a82722297d5c901693d3953;hb=551068cfd29b252658de18655ac4bc193ccd5b56;hp=bce2a1418f981e285068564ed2f2581807a3138e;hpb=ade3da0a3602627512932eef9af511247f11634f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Upgrading.pod b/lib/Catalyst/Upgrading.pod index bce2a14..3e2d9d0 100644 --- a/lib/Catalyst/Upgrading.pod +++ b/lib/Catalyst/Upgrading.pod @@ -2,7 +2,7 @@ Catalyst::Upgrading - Instructions for upgrading to the latest Catalyst -=head1 Upgrading to Catalyst TBA +=head1 Upgrading to Catalyst 5.90040 =head2 Catalyst::Plugin::Unicode::Encoding is now core @@ -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. @@ -54,6 +48,17 @@ We consider this feature experimental. We will try not to break it, but we reserve the right to make necessary changes to fix major issues that people run into when the use this functionality in the wild. +=head1 Upgrading to Catalyst 5.90030 + +=head2 Regex dispatch type is deprecated. + +The Regex dispatchtype (L) has been deprecated. + +You are encouraged to move your application to Chained dispatch (L). + +If you cannot do so, please add a dependency to Catalyst::DispatchType::Regex to your application's +Makefile.PL + =head1 Upgrading to Catalyst 5.9 The major change is that L, a toolkit for using the L @@ -266,15 +271,6 @@ This behavior has been removed, and now a 500 response will be returned to the test. This change standardizes behavior, so that local test requests behave similarly to remote requests. -=head2 Regex dispatch type is deprecated. - -The Regex dispatchtype (L) has been deprecated. - -You are encouraged to move your application to Chained dispatch (L). - -If you cannot do so, please add a dependency to Catalyst::DispatchType::Regex to your application's -Makefile.PL - =head1 Upgrading to Catalyst 5.80 Most applications and plugins should run unaltered on Catalyst 5.80.