From: Abigail Date: Wed, 6 Jan 2010 17:24:14 +0000 (+0100) Subject: Fix typo in reference X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb1773de14d1367a85531986b90d3ce2d9da9dcb;p=p5sagit%2Fp5-mst-13.2.git Fix typo in reference --- diff --git a/ext/re/re.pm b/ext/re/re.pm index 02393ce..0818786 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -209,7 +209,7 @@ variable interpolation. That is normally disallowed, since it is a potential security risk. Note that this pragma is ignored when the regular expression is obtained from tainted data, i.e. evaluation is always disallowed with tainted regular expressions. See L -and L. +and L. For the purpose of this pragma, interpolation of precompiled regular expressions (i.e., the result of C) is I considered variable