From: Dave Rolsky <autarch@urth.org>
Date: Thu, 18 Nov 2010 19:37:58 +0000 (-0600)
Subject: Clarify that one year starts at the major release which does the deprecation
X-Git-Tag: 1.9900~47
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=45d9203629e8ebb04b282e900faa9efcf3869724;p=gitmo%2FMoose.git

Clarify that one year starts at the major release which does the deprecation
---

diff --git a/lib/Moose/Manual/Support.pod b/lib/Moose/Manual/Support.pod
index ba80193..f2234ca 100644
--- a/lib/Moose/Manual/Support.pod
+++ b/lib/Moose/Manual/Support.pod
@@ -58,8 +58,9 @@ as in L<Moose::Manual::Delta>. The Moose developers will also make an effort
 to warn users of upcoming deprecations and breakage through the Moose blog
 (http://blog.moose.perl.org).
 
-Deprecated APIs will be preserved for at least one year, and will only be
-removed in a major release.
+Deprecated APIs will be preserved for at least one year I<after the major
+release which deprecates that API>. Deprecated APIs will only be removed in a
+major release.
 
 Moose will also warn during installation if the version of Moose being
 installed will break an installed dependency. Unfortunately, due to the nature