Clarify that one year starts at the major release which does the deprecation
Dave Rolsky [Thu, 18 Nov 2010 19:37:58 +0000 (13:37 -0600)]
(cherry picked from commit 45d9203629e8ebb04b282e900faa9efcf3869724)

lib/Moose/Manual/Support.pod

index ba80193..f2234ca 100644 (file)
@@ -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