Skip to content

Commit

Permalink
perlsyn: note that v5.36 will not enable "switch"
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jul 25, 2021
1 parent 81cfb01 commit d1b734c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlsyn.pod
Expand Up @@ -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;
Expand Down

0 comments on commit d1b734c

Please sign in to comment.