diff options
author | Karl Williamson <khw@cpan.org> | 2014-08-25 18:50:16 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-08-25 19:05:25 -0600 |
commit | 7fa2fdc07ed9697d677cb165e07b12495e856d59 (patch) | |
tree | 8c96c72fbfc8c7b9bb9acf12f04f0d273149aa65 /pod/perlrecharclass.pod | |
parent | 987ee32fd0939704c66e74c46ba0eea50742264e (diff) | |
download | perl-7fa2fdc07ed9697d677cb165e07b12495e856d59.tar.gz |
perlrecharclass: Use more common property synonym
XPerlSpace is used elsewhere in this pod, so use it everywhere.
Spotted by Andrew Rodland.
Diffstat (limited to 'pod/perlrecharclass.pod')
-rw-r--r-- | pod/perlrecharclass.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index 1fd5064833..a8dda141a9 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -772,9 +772,9 @@ Unicode considers symbols. =item [6] -C<\p{SpacePerl}> and C<\p{Space}> match identically starting with Perl +C<\p{XPerlSpace}> and C<\p{Space}> match identically starting with Perl v5.18. In earlier versions, these differ only in that in non-locale -matching, C<\p{SpacePerl}> does not match the vertical tab, C<\cK>. +matching, C<\p{XPerlSpace}> does not match the vertical tab, C<\cK>. Same for the two ASCII-only range forms. =back |