[DOC PATCH] teach perlfaq1 about 5.10

[email protected] (Paul Johnson) Thu, 13 Dec 2007 00:10:27 +0100
Newsgroups perl.perlfaq.workers,perl.perl5.porters
Message-ID <[email protected]>
Questions:

 - Do we want to try to predict when Perl 6 will (or will not) be
   released?  Am I accurate, or at least not inaccurate?

 - How are (were) production releases measured?  I count 28 production
   releases over the last 14 years, ten of which were (or will be) major
   (aka minor) version increments.

--- pod/perlfaq1.pod.org	2007-11-23 12:40:03.000000000 +0100
+++ pod/perlfaq1.pod	2007-12-12 23:39:40.000000000 +0100
@@ -61,7 +61,7 @@
 There is often a matter of opinion and taste, and there isn't any one
 answer that fits anyone.  In general, you want to use either the current
 stable release, or the stable release immediately prior to that one.
-Currently, those are perl5.8.x and perl5.6.x, respectively.
+Currently, those are perl5.10.x and perl5.8.x, respectively.
 
 Beyond that, you have to consider several things and decide which is best
 for you.
@@ -86,7 +86,7 @@
 
 Versions prior to perl5.004 had serious security problems with buffer
 overflows, and in some cases have CERT advisories (for instance,
-http://www.cert.org/advisories/CA-1997-17.html ).
+http://www.cert.org/advisories/CA-1997-17.html).
 
 =item *
 
@@ -96,7 +96,7 @@
 
 =item *
 
-The immediate, previous releases (i.e. perl5.6.x ) are usually maintained
+The immediate, previous releases (i.e. perl5.8.x) are usually maintained
 for a while, although not at the same level as the current releases.
 
 =item *
@@ -107,18 +107,18 @@
 
 =item *
 
-There is no Perl 6 for the next couple of years.  Stay tuned, but don't
+There will be no Perl 6 for at least a year.  Stay tuned, but don't
 worry that you'll have to change major versions of Perl soon (i.e. before
-2008).
+2009).
 
 =item *
 
 There are really two tracks of perl development: a maintenance version
 and an experimental version.  The maintenance versions are stable, and
-have an even number as the minor release (i.e. perl5.8.x, where 8 is the
-minor release).  The experimental versions may include features that
+have an even number as the minor release (i.e. perl5.10.x, where 10 is
+the minor release).  The experimental versions may include features that
 don't make it into the stable versions, and have an odd number as the
-minor release (i.e. perl5.9.x, where 9 is the minor release).
+minor release (i.e. perl5.11.x, where 11 is the minor release).
 
 =back
 
@@ -188,7 +188,7 @@
 
 Production releases, which incorporate bug fixes and new functionality,
 are widely tested before release.  Since the 5.000 release, we have
-averaged only about one production release per year.
+averaged only about two production releases per year.
 
 Larry and the Perl development team occasionally make changes to the
 internal core of the language, but all possible efforts are made toward

-- 
Paul Johnson - [email protected]
http://www.pjcj.net