From: Dave Rolsky Date: Thu, 18 Nov 2010 19:36:39 +0000 (-0600) Subject: Further clarify deprecation removal X-Git-Tag: 1.9900~48 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e5aab1bded293442a9ab29094ea966400b999d7;p=gitmo%2FMoose.git Further clarify deprecation removal --- diff --git a/lib/Moose/Manual/Support.pod b/lib/Moose/Manual/Support.pod index 93e5544..ba80193 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, we will -only remove a deprecated API in a major release, even after a year has passed. +Deprecated APIs will be preserved for at least one year, and 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