From: Dave Rolsky 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.21~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=265991c53a7595d1d35873010bc01540fa2ae27e;p=gitmo%2FMoose.git Clarify that one year starts at the major release which does the deprecation (cherry picked from commit 45d9203629e8ebb04b282e900faa9efcf3869724) --- 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. 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. 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