summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-02-13 13:04:52 +0100
committerNicholas Clark <nick@ccl4.org>2012-02-13 13:04:52 +0100
commit3dd9a8403e955e126861f6330cac59f7c510745b (patch)
treea4154196948823147fcfe685c39f8a33a2da7fae
parent4fe70ef9a66bbf96c1817851fe4eadeb9ea59fd0 (diff)
downloadperl-3dd9a8403e955e126861f6330cac59f7c510745b.tar.gz
Typo in commit 4fe70ef9a66bbf96 spotted by Ilmari.
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index daca4b1bce..cc59ef7268 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -113,7 +113,7 @@ C<rindex>, C<sprintf>, C<substr>, C<tr///>, C<uc>, C<ucfirst>, C<y///>
C<fc> is available only if the C<"fc"> feature is enabled or if it is
prefixed with C<CORE::>. The C<"fc"> feature is enabled automatically
-with a C<use v5.10> (or higher) declaration in the current scope.
+with a C<use v5.16> (or higher) declaration in the current scope.
=item Regular expressions and pattern matching