summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2021-10-30 15:22:21 -0400
committerRicardo Signes <rjbs@semiotic.systems>2021-11-02 14:19:43 -0400
commitba9a3fe252d20d64d0f17968e2c47d3c4009776d (patch)
tree37b33390b7f8202b92f8128947509a500a079cbc /pod
parentd5c835da0bd504cf8b12ef8b4f4f0795bd314751 (diff)
downloadperl-ba9a3fe252d20d64d0f17968e2c47d3c4009776d.tar.gz
perldelta: update feature bundle changes for bareword_filehandles
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 35831e1fb8..bb3ac21e19 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -27,11 +27,12 @@ here, but most should go in the L</Performance Enhancements> section.
[ List each enhancement as a =head2 entry ]
-=head2 C<use v5.36> now disables bareword_filehandles and indirect
+=head2 C<use v5.36> now disables bareword_filehandles, indirect, and multidimensional
The C<:5.36> bundle, loaded by C<use v5.36>, no longer includes
-C<bareword_filehandles> or C<indirect>, meaning that these discouraged forms of
-syntax will not be allowed within the scope of that version declaration.
+C<bareword_filehandles>, C<indirect>, or C<multidimensional> meaning that these
+discouraged forms of syntax will not be allowed within the scope of that
+version declaration.
This will also affect C<use v5.35.x>, even on subversions of v5.35 prior to
this one.