summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-03-06 12:33:28 -0700
committerKarl Williamson <khw@cpan.org>2017-03-06 13:00:57 -0700
commit66a1789272a647a045ed8eda3b49edbb86495fdd (patch)
tree95fa56fc4b42fd4861aa786ae03c0db8b2efdcbb
parent39f2cbe7d26cf7bec9e92f6c300f6ad4d4e39470 (diff)
downloadperl-66a1789272a647a045ed8eda3b49edbb86495fdd.tar.gz
perlfunc: Add missing ')'
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 5e9e61da0a..d0c568df0c 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -2147,7 +2147,7 @@ behavior.
Any S<C<use utf8>> or S<C<no utf8>> declarations within the string have
no effect, and source filters are forbidden. (C<unicode_strings>,
-however, can appear within the string. See also the
+however, can appear within the string.) See also the
L<C<evalbytes>|/evalbytes EXPR> operator, which works properly with
source filters.