summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2010-01-06 18:24:14 +0100
committerAbigail <abigail@abigail.be>2010-01-06 18:24:14 +0100
commitbb1773de14d1367a85531986b90d3ce2d9da9dcb (patch)
tree2dc284554381a7f770509d5ec1ad2e875a3996ac /ext
parentbc8181d521d11f280b4b416dfc7c2bbdb00aba28 (diff)
downloadperl-bb1773de14d1367a85531986b90d3ce2d9da9dcb.tar.gz
Fix typo in reference
Diffstat (limited to 'ext')
-rw-r--r--ext/re/re.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm
index 02393ce37b..0818786116 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<perlre/(?{ code })>
-and L<perlre/(?{ code })>.
+and L<perlre/(??{ code })>.
For the purpose of this pragma, interpolation of precompiled regular
expressions (i.e., the result of C<qr//>) is I<not> considered variable