Add "Errata From Previous Releases" section to perldelta.pod
authorYves Orton <yves.orton@booking.com>
Fri, 31 Jan 2014 11:18:27 +0000 (19:18 +0800)
committerYves Orton <yves.orton@booking.com>
Fri, 31 Jan 2014 11:18:30 +0000 (19:18 +0800)
Which we use to document a mistake in perl5180delta.pod.

This patch also removes the mistake from perl5180delta.pod

pod/perl5180delta.pod
pod/perldelta.pod

index caa20bd..a5a3cae 100644 (file)
@@ -2351,11 +2351,6 @@ called from XS modules [perl #79824].
 
 =item *
 
-C<RXf_SPLIT> and C<RXf_SKIPWHITE> are no longer used.  They are now
-#defined as 0.
-
-=item *
-
 The new C<RXf_MODIFIES_VARS> flag can be set by custom regular expression
 engines to indicate that the execution of the regular expression may cause
 variables to be modified.  This lets C<s///> know to skip certain
index 5b0257c..2281100 100644 (file)
@@ -459,6 +459,21 @@ XXX
 
 =back
 
+=head1 Errata From Previous Releases
+
+=over 4
+
+=item perl5180delta.pod
+
+This pod file contains a statement saying that C<RXf_SPLIT> (and its alias
+C<RXf_PMf_SPLIT>) and C<RXf_SKIPWHITE> were no longer used and #defined
+to 0. This was the case for a short period, but the change was reverted
+before Perl 5.18 was released. As such it was not true in Perl 5.18.x,
+and is also not true now. Both flags continue to be used. The incorrect
+entry has been removed from C<perl5180delta.pod> in this release.
+
+=back
+
 =head1 Obituary
 
 XXX If any significant core contributor has died, we've added a short obituary