Commit 78708b9408 for perl

commit 78708b9408164d1a790c3614dc7a1cb66235db6f
Author: Tony Cook <tony@develop-help.com>
Date:   Mon Aug 10 15:07:52 2026 +1000

    perldelta for fix set magic for refaddr and reftype

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 278093fa35..a7a7a1170b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -549,6 +549,13 @@ string value and returning 9.

 =item *

+builtin::reftype() and builtin::refaddr() now call set magic for their
+output when their argument isn't a reference.  This would prevent
+propagation of the result if either function was called like
+C<$magical_lexical = reftype($maybe_ref)>.  [GH #24634]
+
+=item *
+
 Parsing an invalid signature that gives a slurpy parameter a default value no
 longer crashes when parser debugging is enabled.  [GH #24691]