From 5137fa37b962caa8f68c26f69bae6e82c34c8b5c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 29 Jun 2007 06:28:07 +0000 Subject: [PATCH] Small pod fix p4raw-id: //depot/perl@31499 --- pod/perlreapi.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod index cb7bbfc..1e35869 100644 --- a/pod/perlreapi.pod +++ b/pod/perlreapi.pod @@ -145,7 +145,7 @@ that can only match Unicode values. =item RXf_SPLIT If C is invoked as C or with no arguments (which -really means C, see L), perl will +really means C, see L), perl will set this flag. The regex engine can then check for it and set the SKIPWHITE and WHITE extflags. To do this the perl engine does: -- 2.7.4