From: Dave Rolsky Date: Sat, 30 Jul 2011 22:46:27 +0000 (-0500) Subject: Add a little bit on handling of broken behavior that cannot be deprecated. X-Git-Tag: 2.0300~125 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94ba07c5e664672cbc993c2b50d92d621f0bedfb;p=gitmo%2FMoose.git Add a little bit on handling of broken behavior that cannot be deprecated. --- diff --git a/lib/Moose/Manual/Support.pod b/lib/Moose/Manual/Support.pod index a9c69ea..392cea6 100644 --- a/lib/Moose/Manual/Support.pod +++ b/lib/Moose/Manual/Support.pod @@ -31,6 +31,9 @@ behavior will go through a deprecation period. During the deprecation period, use of that feature will cause a warning. Eventually, the deprecated feature will be removed. +In some cases, it is not possible to deprecate a behavior. In this case, the +behavior will simply be changed in a major release. + =head1 RELEASE SCHEDULE Moose is on a system of quarterly major releases, with minor releases as