diff options
author | Karl Williamson <khw@cpan.org> | 2017-03-06 12:33:28 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-03-06 13:00:57 -0700 |
commit | 66a1789272a647a045ed8eda3b49edbb86495fdd (patch) | |
tree | 95fa56fc4b42fd4861aa786ae03c0db8b2efdcbb | |
parent | 39f2cbe7d26cf7bec9e92f6c300f6ad4d4e39470 (diff) | |
download | perl-66a1789272a647a045ed8eda3b49edbb86495fdd.tar.gz |
perlfunc: Add missing ')'
-rw-r--r-- | pod/perlfunc.pod | 2 |
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. |