From: Vincent Pit Date: Sun, 4 Oct 2009 13:02:56 +0000 (+0200) Subject: Apply the same policy for the value returned by push() and unshift() X-Git-Tag: v5.11.1~272 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/6eeabd23f5b07b262222f010c01eab5c2175cf54?hp=6eeabd23f5b07b262222f010c01eab5c2175cf54;ds=sidebyside Apply the same policy for the value returned by push() and unshift() That is, only push the len when the static context is not void, and honour len magic. ---