From: Dave Rolsky Date: Tue, 16 Feb 2010 19:12:37 +0000 (-0600) Subject: Clarify deprecation policy, add note about dev versions, minor grammar tweaks X-Git-Tag: 0.99~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d5e4dc05f2e8b1fd91cf5509619c19a111c4cd4;p=gitmo%2FMoose.git Clarify deprecation policy, add note about dev versions, minor grammar tweaks --- diff --git a/lib/Moose/Manual/Support.pod b/lib/Moose/Manual/Support.pod index 93f7c09..071d6c8 100644 --- a/lib/Moose/Manual/Support.pod +++ b/lib/Moose/Manual/Support.pod @@ -45,6 +45,12 @@ Moose's version numbers are monotonically incrementing two decimal values. The version numbers in Moose are I semantic. This means that version 1.00 will be the hundredth release, nothing more. +Occasionally, we will release a test release with a version like +0.90_03. These versions may be less stable than non-test releases, and exist +so that developers can test potentially code-breaking changes. By default, the +CPAN client will not install a distribution which has an underscore in its +version. + Moose was declared production ready at version 0.18 (via L<< http://www.perlmonks.org/?node_id=608144 >>).