summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-04-06 12:45:07 +0100
committerPaul Evans <leonerd@leonerd.org.uk>2022-04-23 20:09:59 +0100
commit6901d503782a626a02477c4142ee3b88483786dd (patch)
tree9d119d0dd59490eea63c60b10d53f94461510e8c /pod/perlre.pod
parent79f47f4e952540ddfe2ba00a4907097387f8713a (diff)
downloadperl-6901d503782a626a02477c4142ee3b88483786dd.tar.gz
Replace docs examples of 'use NUMBER' with proper v-strings
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index e89348f8fd..06d698df2b 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -672,7 +672,7 @@ security issues.
This modifier may be specified to be the default by C<use feature
'unicode_strings>, C<use locale ':not_characters'>, or
-C<L<use 5.012|perlfunc/use VERSION>> (or higher),
+C<L<use v5.12|perlfunc/use VERSION>> (or higher),
but see L</Which character set modifier is in effect?>.
X</u>
@@ -836,7 +836,7 @@ listed below that also change the defaults.
Otherwise, C<L<use locale|perllocale>> sets the default modifier to C</l>;
and C<L<use feature 'unicode_strings|feature>>, or
-C<L<use 5.012|perlfunc/use VERSION>> (or higher) set the default to
+C<L<use v5.12|perlfunc/use VERSION>> (or higher) set the default to
C</u> when not in the same scope as either C<L<use locale|perllocale>>
or C<L<use bytes|bytes>>.
(C<L<use locale ':not_characters'|perllocale/Unicode and UTF-8>> also