summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2022-04-03 16:32:38 -0400
committerRicardo Signes <rjbs@semiotic.systems>2022-05-20 13:59:11 -0400
commite70f3e76d33a569958a37f0b25596e795333b172 (patch)
tree8359f65e364d5a5023d1d35a697d93f813014775
parent62fa8c24cddea422abeb11f36ff00faf94d5f86c (diff)
downloadperl-e70f3e76d33a569958a37f0b25596e795333b172.tar.gz
perl5360delta: integrate "switch left bundle" into "use v5.36" docs
-rw-r--r--pod/perldelta.pod12
1 files changed, 5 insertions, 7 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 857b13a200..86f2380d79 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -9,13 +9,6 @@ perldelta - what is new for perl v5.36.0
This document describes differences between the 5.34.0 release and the 5.36.0
release.
-=head1 Notice
-
-With this release, the experimental C<switch> feature, present in every feature
-bundle since they were introduced in v5.10, has been removed from the v5.36
-bundle. If you want to live dangerously and use it, you'll have to enable it
-explicitly.
-
=head1 Core Enhancements
=head2 C<use v5.36>
@@ -53,6 +46,11 @@ they'e worth.
Furthermore, C<use v5.36> will also enable warnings as if you'd written C<use
warnings>.
+Finally, with this release, the experimental C<switch> feature, present in
+every feature bundle since they were introduced in v5.10, has been removed from
+the v5.36 bundle. If you want to use it (against our advice), you'll have to
+enable it explicitly.
+
=head2 -g command-line flag
A new command-line flag, -g, is available. It is a simpler alias for -0777.