From: Dave Rolsky <autarch@urth.org>
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.0203~6
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76c0c5cfec9b0002e8b6eb9f431dc79ffbeb5f09;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