In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b68eab22f47f27e55acb9cccd69e982cdd595f45?hp=9349a6bbb9de151e5385038b962ceff7c7278b53>

- Log -----------------------------------------------------------------
commit b68eab22f47f27e55acb9cccd69e982cdd595f45
Author: Steffen Mueller <smuel...@cpan.org>
Date:   Fri Dec 5 20:43:08 2014 +0100

    Revert "Remove branch seemingly untaken"
    
    This reverts commit 9349a6bbb9de151e5385038b962ceff7c7278b53.
    
    It is taken. Sigh. I'm sorry.
-----------------------------------------------------------------------

Summary of changes:
 pp_hot.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pp_hot.c b/pp_hot.c
index 1550de5..35493eb 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -1790,7 +1790,8 @@ PP(pp_helem)
     const bool localizing = PL_op->op_private & OPpLVAL_INTRO;
     bool preeminent = TRUE;
 
-    assert(SvTYPE(hv) != SVt_PVHV);
+    if (SvTYPE(hv) != SVt_PVHV)
+       RETPUSHUNDEF;
 
     if (localizing) {
        MAGIC *mg;

--
Perl5 Master Repository

Reply via email to