summaryrefslogtreecommitdiff
path: root/pod/perlreapi.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlreapi.pod')
-rw-r--r--pod/perlreapi.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod
index edcf9bb7e9..68c23adf6f 100644
--- a/pod/perlreapi.pod
+++ b/pod/perlreapi.pod
@@ -183,6 +183,9 @@ the C<split> operator.
=item RXf_SKIPWHITE
+This flag was removed in perl 5.18.0. It is still #defined, so you can
+set it, but doing so will have no effect. This is how it used to work:
+
If the flag is present in C<< rx->extflags >> C<split> will delete
whitespace from the start of the subject string before it's operated
on. What is considered whitespace depends on if the subject is a