summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2021-07-25 15:13:37 -0400
committerRicardo Signes <rjbs@semiotic.systems>2021-07-25 15:37:14 -0400
commitd1b734c614a4337f7095cc51db6c99e6f979be37 (patch)
tree5a3a321e1e45bc61fd15f2e12edb703c7c8d6888 /pod/perlsyn.pod
parent81cfb012ab267ccb794ad2e0f4f1529768f1533d (diff)
downloadperl-d1b734c614a4337f7095cc51db6c99e6f979be37.tar.gz
perlsyn: note that v5.36 will not enable "switch"
Diffstat (limited to 'pod/perlsyn.pod')
-rw-r--r--pod/perlsyn.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index fe511f052e..e3bf614f7c 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -722,7 +722,7 @@ right), you can say
to enable an experimental switch feature. This is loosely based on an
old version of a Raku proposal, but it no longer resembles the Raku
construct. You also get the switch feature whenever you declare that your
-code prefers to run under a version of Perl that is 5.10 or later. For
+code prefers to run under a version of Perl between 5.10 and 5.34. For
example:
use v5.14;