This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for merge commit 17154110146f
[perl5.git] / pod / perltrap.pod
index 7830b72..acb4392 100644 (file)
@@ -170,9 +170,8 @@ C<do { } while> construct.  See L<perlsyn/"Loop Control">.
 
 =item *
 
-The switch statement is called C<given>/C<whereso> and only available
-in its current form in perl 5.28 or newer.  See L<perlsyn/"Switch
-Statements">.
+The switch statement is called C<given>/C<when> and only available in
+perl 5.10 or newer.  See L<perlsyn/"Switch Statements">.
 
 =item *