To make arithmetic on tainted dualvars work properly requires that
authorNicholas Clark <nick@ccl4.org>
Sun, 19 Feb 2006 18:57:35 +0000 (18:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 19 Feb 2006 18:57:35 +0000 (18:57 +0000)
commit0aa395f8d7800f582dd6179dfa4fb15674fdc9d2
tree1829389fe9f6b358170e9b6a59288583d82d89ae
parentb5b886f0f113b982e26459e81d1c45c4dfdd765f
To make arithmetic on tainted dualvars work properly requires that
sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.

p4raw-id: //depot/perl@27228
sv.c
t/op/taint.t