In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/636fe681770e29874acb69ab162bc53731425867?hp=b33a1a96a953a17844057156988e6402f194e0ba>

- Log -----------------------------------------------------------------
commit 636fe681770e29874acb69ab162bc53731425867
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Mon Oct 20 18:05:14 2014 -0700

    Remove very obsolete comment
    
    I chuckle every time I read this comment.  And I chuckled at the time
    it got ignored and mangled, too.  :-)
    
    17ab7946 reworked some code without reindenting a block.  And that
    lack of indentation was intentional and noted by this comment.
    
    96913b52 four years later reindented the code, ignoring the comment.
    
    486ec47a corrected the spelling mistake in the comment, rendering it
    incomprehensible.  ‘Intenting’ was supposed to be ‘indenting’ (it 
was
    obvious to me), but got ‘corrected’ to ‘intending’.
    
    d5524600 gutted almost the entire block, moving it into a static rou-
    tine, so the comment is by now not even remotely relevant.
-----------------------------------------------------------------------

Summary of changes:
 pp_hot.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pp_hot.c b/pp_hot.c
index 2ff3de3..ae1040c 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -943,9 +943,7 @@ PP(pp_rv2av)
 
     if (is_pp_rv2av) {
        AV *const av = MUTABLE_AV(sv);
-       /* The guts of pp_rv2av, with no intending change to preserve history
-          (until such time as we get tools that can do blame annotation across
-          whitespace changes.  */
+       /* The guts of pp_rv2av  */
        if (gimme == G_ARRAY) {
             SP--;
             PUTBACK;

--
Perl5 Master Repository

Reply via email to