From: Dave Rolsky Date: Thu, 18 Nov 2010 18:27:03 +0000 (-0600) Subject: Clarify sentence on removal of deprecated APIs X-Git-Tag: 1.21~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab4a8b4e4750215c2b1bd1338ab56a9b623a7c6d;hp=5334df05e5c646bbae72d37971ba7d197a849579;p=gitmo%2FMoose.git Clarify sentence on removal of deprecated APIs (cherry picked from commit 12a6decba6e39e5e1cb59187732a550ec9b76b15) --- diff --git a/lib/Moose/Manual/Support.pod b/lib/Moose/Manual/Support.pod index 5c6ee5d..93e5544 100644 --- a/lib/Moose/Manual/Support.pod +++ b/lib/Moose/Manual/Support.pod @@ -58,8 +58,8 @@ 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. Of course, the -removal of a deprecated API will only happen in a major release. +Deprecated APIs will be preserved for at least one year. Of course, we will +only remove a deprecated API in a major release, even after a year has passed. Moose will also warn during installation if the version of Moose being installed will break an installed dependency. Unfortunately, due to the nature