[perl #87708] use integer; $tied > $tied
authorFather Chrysostomos <sprout@cpan.org>
Wed, 6 Apr 2011 13:24:00 +0000 (06:24 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 6 Apr 2011 15:40:08 +0000 (08:40 -0700)
commitfd2dbd2b83d1a66966856f304534143330e0ef17
tree0ec59efa6cb817e8df88e8670d6fac58b6da63a7
parent5c7d20ff772f490f6e0682ae0aa17d26f6773354
[perl #87708] use integer; $tied > $tied

This is just part of #87708.

This fixes > under â€˜use integer’ when the same tied scalar is used for
both operands and returns two different values. Before this commit,
get-magic would be called only once and the same value used. In 5.12.x
the operands were swapped.
pp.c
t/lib/warnings/9uninit
t/op/tie_fetch_count.t