In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/1b4c715071f75b04911b022445c8ef42c14038ec?hp=a6d695237c4c14fa287df157c4907e01d4647641>

- Log -----------------------------------------------------------------
commit 1b4c715071f75b04911b022445c8ef42c14038ec
Author: Tony Cook <t...@develop-help.com>
Date:   Thu Oct 9 11:59:55 2014 +1100

    perldelta for 2c2d7daa9519, a6d695237c4c
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index e031b7f..d8e934f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -392,6 +392,14 @@ it, specifically C<sizeof(NV) <= sizeof(IV)>. The bodyless 
trick is the same one
 as for IVs since 5.9.2, but for NVs, unlike IVs, is not guarenteed on all
 platforms and build configurations.
 
+=item *
+
+The C<$DB::single>, C<$DB::signal> and C<$DB::trace> now have set and
+get magic that stores their values as IVs and those IVs are used when
+testing their values in C<pp_dbstate>.  This prevents perl from
+recursing infinity if an overloaded object is assigned to any of those
+variables. [perl #122445]
+
 =back
 
 =head1 Selected Bug Fixes

--
Perl5 Master Repository

Reply via email to