From: Chris Prather Date: Tue, 16 Feb 2010 19:11:02 +0000 (-0500) Subject: add in grammar changes spotted by confound, and update the deprecation policy as... X-Git-Tag: 0.99~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ccc47a381fc5b84984a4602ec1db7c6e886c78c3;p=gitmo%2FMoose.git add in grammar changes spotted by confound, and update the deprecation policy as explained by autarch --- diff --git a/lib/Moose/Manual/Support.pod b/lib/Moose/Manual/Support.pod index 9bf8cff..93f7c09 100644 --- a/lib/Moose/Manual/Support.pod +++ b/lib/Moose/Manual/Support.pod @@ -19,11 +19,11 @@ years. This is an average of a release every two weeks. Moose has always prioritized correctness over performance and backwards compatibility. -Major deprecations or API changes are documented in the Changes file as -well as in L +Major deprecations or API changes are first documented in the Changes +file as well as in L -Moose attempts to warn for deprecated features and API changes for a -reasonable number of releases before breaking any tested API. +Moose then attempts to warn for deprecated features and API changes for +a reasonable number of releases before breaking any tested API. Moose will also warn during installation if the version being installed will break a known installed dependency. Unfortunately due to the nature @@ -33,7 +33,7 @@ of the Perl install process these warnings may be easy to miss. We try to ensure compatibility by having a extensive test suite (last count just over around 5123 tests), as well as testing a number of -packages (currently just under 100 packages) that depend Moose before +packages (currently just under 100 packages) that depend on Moose before any release. The current list of downstream dependencies that are tested is in