From 7f04f24fa828ed5a779f2e66f2f7b57151a72529 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 1 Apr 2011 22:01:52 -0600 Subject: [PATCH] perlreref: Fix column in table --- pod/perlreref.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlreref.pod b/pod/perlreref.pod index 277b888..f5a7975 100644 --- 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 + -- 2.7.4