From d1b734c614a4337f7095cc51db6c99e6f979be37 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Sun, 25 Jul 2021 15:13:37 -0400 Subject: perlsyn: note that v5.36 will not enable "switch" --- pod/perlsyn.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlsyn.pod') 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; -- cgit v1.2.1