Subject: | 1.832 breaks bleadperl C89 build |
Version 1.832 contains a declaration after a statement, which is an error under strict C89. See <http://perl5.git.perl.org/perl.git/commitdiff/dc142230>, where I have fixed it in blead (just to get smokes clean again). I wonder: Why are you assigning to a variable at all? Why not just (void)perl_get_sv(...)?