This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe70ef
)
Typo in commit 4fe70ef9a66bbf96 spotted by Ilmari.
author
Nicholas Clark
<nick@ccl4.org>
Mon, 13 Feb 2012 12:04:52 +0000
(13:04 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 13 Feb 2012 12:04:52 +0000
(13:04 +0100)
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
daca4b1
..
cc59ef7
100644
(file)
--- 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.1
0
> (or higher) declaration in the current scope.
+with a C<use v5.1
6
> (or higher) declaration in the current scope.
=item Regular expressions and pattern matching