This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
longstanding bug exposed by change#3307: sort arguments weren't
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 27 Apr 2000 04:26:44 +0000 (04:26 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 27 Apr 2000 04:26:44 +0000 (04:26 +0000)
commit8e3f9bdf33f266c6e827493ca82149fc1598579a
tree3a8c06ecaeb5850b1d0e8dc8bf41154d25550aa7
parent81fe5db4bb9398b820c41fdfb6fb4ba6ec6ac18d
longstanding bug exposed by change#3307: sort arguments weren't
compiled with the right wantarray context (ensuing runtime lookup
via block_gimme() was getting the incidental context of the
sort() itself)

p4raw-link: @3307 on //depot/perl: 82092f1dcd6e496644fe74540fa706cb390be431

p4raw-id: //depot/perl@5955
op.c
t/op/sort.t