This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Apply the same policy for the value returned by push() and unshift()
authorVincent Pit <perl@profvince.com>
Sun, 4 Oct 2009 13:02:56 +0000 (15:02 +0200)
committerVincent Pit <perl@profvince.com>
Sun, 4 Oct 2009 13:02:56 +0000 (15:02 +0200)
That is, only push the len when the static context is not void, and honour
len magic.


No differences found