From: John Napiorkowski Date: Thu, 1 May 2014 22:23:38 +0000 (-0500) Subject: updated depraction notes X-Git-Tag: 5.90064~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3dc04d0865aa8666c3b780dd89e288a74c7cc323 updated depraction notes ; --- diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index b7fcb37..f98d843 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -9,6 +9,15 @@ Catalyst releases. =head2 VERSION 5.90060+ +=head3 Deprecation of Catalyst::Utils::ensure_class_loaded + +Going forward we recommend you use L. In fact we will +be converting all uses of L to L. We will +also convert L to be based on +L to allow some time for you to update code, however at +some future point this method will be removed so you should stop +using it now. + =head3 Support passing Body filehandles directly to your Plack server. We changed the way we return body content (from response) to whatever