summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2023-02-08 15:05:19 +1100
committerTony Cook <tony@develop-help.com>2023-02-08 15:05:38 +1100
commit4202141d20ddfa0501f385cf923860bcf7511398 (patch)
tree00a07e182cc9764d23f35d9b0cd4488d56f0aa0c /pod
parent71d63d0dc1fcf23d28f488655c105c0dfefbd254 (diff)
downloadperl-4202141d20ddfa0501f385cf923860bcf7511398.tar.gz
perldelta for b1414dcb98d, dd3d299fefbbf
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 89985e18bb..788ada2996 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -373,6 +373,17 @@ handle, C<$^>, C<$~>, C<$=>, C<$-> and C<$%>, no longer crashes perl
if the IO object has been cleared from the selected output
handle. [github #20733]
+=item *
+
+Redefining a C<use constant> list constant with C<use constant> now
+properly warns. This changes the behaviour of C<use constant> but is
+a core change, not a change to F<constant.pm>. [github #20742]
+
+=item *
+
+Redefining a C<use constant> list constant with an empty prototype
+constant sub would result in an assertion failure. [github #20742]
+
=back
=head1 Known Problems