summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/perlsyn.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index 8e6909b3fd..5245c80e48 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -1155,7 +1155,8 @@ shell:
=head2 Experimental Details on given and when
As previously mentioned, the "switch" feature is considered highly
-experimental; it is subject to change with little notice. In particular,
+experimental (it is also scheduled to be removed in perl 5.42.0);
+it is subject to change with little notice. In particular,
C<when> has tricky behaviours that are expected to change to become less
tricky in the future. Do not rely upon its current (mis)implementation.
Before Perl 5.18, C<given> also had tricky behaviours that you should still