summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2023-02-07 14:58:00 +1100
committerTony Cook <tony@develop-help.com>2023-02-07 14:58:00 +1100
commitdcf36a4fb9625391d047f5883d41b608a40f3382 (patch)
treee9d145fbe29a8f063a129c5cf94a8935326cf61c /pod/perldelta.pod
parent7e2d91e6d3a09e2ebb61242bb18ff95d30d9560d (diff)
downloadperl-dcf36a4fb9625391d047f5883d41b608a40f3382.tar.gz
perldelta for a36fec492e3c3, 7e2d91e6d3a09e
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c7acbc9da4..89985e18bb 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -47,7 +47,12 @@ XXX For a release on a stable branch, this section aspires to be:
=head1 Deprecations
-XXX Any deprecated features, syntax, modules etc. should be listed here.
+=head2 Use of C<'> as a package name separator is deprecated
+
+Using C<'> as package separator in a variable named in a double-quoted
+string has warned since 5.28. It is now deprecated in both string
+interpolation and non-interpolated contexts, and will be removed in
+Perl 5.40.
=head2 Module removals