This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b33bbe4
)
perlreref: Fix column in table
author
Karl Williamson
<public@khwilliamson.com>
Sat, 2 Apr 2011 04:01:52 +0000
(22:01 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 2 Apr 2011 04:21:44 +0000
(22:21 -0600)
pod/perlreref.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlreref.pod
b/pod/perlreref.pod
index
277b888
..
f5a7975
100644
(file)
--- a/
pod/perlreref.pod
+++ b/
pod/perlreref.pod
@@
-173,7
+173,7
@@
POSIX character classes and their Unicode and Perl equivalents:
punct PosixPunct XPosixPunct Punctuation and Symbols
in ASCII-range; just
punct outside it
- space PosixSpace XPosixSpace
[\s\cK] Whitespace
+ space PosixSpace XPosixSpace
[\s\cK]
PerlSpace XPerlSpace \s Perl's whitespace def'n
upper PosixUpper XPosixUpper Uppercase characters
word PerlWord XPosixWord \w Alnum + Unicode marks +