X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDelta.pod;h=08b043c53e4cfd2fde62ce8152e43180709f875d;hb=8e0986141412682879028a6b44189892227f1324;hp=22d32441bb1ed8b62e9abb5e36fce54ab7075522;hpb=46aec47a553a7991d5a9e9faff176e9657777c44;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index 22d3244..08b043c 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -41,7 +41,20 @@ issue you can apply the middleware L or report specific problems to the dev team. Also, we have started migrating code in Catalyst to equivilent Plack -Middleware when such exists and is correct to do so. +Middleware when such exists and is correct to do so. + +We also deprecated setting the response body to an object that does 'read' +but not 'getline'. If you are using a custom IO-Handle like object for +response you should verify that 'getline' is supported in your interface. +You will get a first use warning for this error in your logs. Unless we +here this case is a major issue for people, we will be removing support +in a near future release of Catalyst. + +L is also officially no longer supported. We will +no long run test cases against this and can remove backcompat code for it +as deemed necessary for the evolution of the platform. You should simple +discontinue use of this engine, as L has been PSGI at the core +for several years. =head2 VERSION 5.90053