In Perl_amagic_call(), construct the SV with newSVpvn(), as we now know
authorNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 16:15:22 +0000 (16:15 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 18 Oct 2007 16:15:22 +0000 (16:15 +0000)
commit82af65938b18604bedb1e907fce033a213303aaf
tree01a550e5b9d9140d5e78953a9fd170d5d7c3b19f
parentd7f245dc89b09703977f3c8fb7eb78bc41a0bcee
In Perl_amagic_call(), construct the SV with newSVpvn(), as we now know
the length. (Not sure why I didn't spot this one during change 32124.)

p4raw-id: //depot/perl@32132
gv.c
overload.c
overload.pl