In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a6bf7a5c6762f0da58cf810c3e2dd2949dd4fa92?hp=05a1a0145d15cec87e1ea2fd2386895cc1658eb3>

- Log -----------------------------------------------------------------
commit a6bf7a5c6762f0da58cf810c3e2dd2949dd4fa92
Author: Tony Cook <[email protected]>
Date:   Mon Mar 12 10:16:38 2012 +1100

    perldelta for die propgation fix
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index dbdd492..3326e71 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -327,7 +327,8 @@ L</Modules and Pragmata>.
 
 =item *
 
-XXX
+C<die;> with a non-reference, non-string value in $@ now properly
+propgates that value [perl #111654].
 
 =back
 

--
Perl5 Master Repository

Reply via email to