In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
authorNicholas Clark <nick@ccl4.org>
Tue, 12 Dec 2006 23:02:56 +0000 (23:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 12 Dec 2006 23:02:56 +0000 (23:02 +0000)
commitb84d1fce0623cf44de958f99670b6dc90bc40826
tree07911b86a0311958d51d8be603fbfca61ca620fa
parente604303addb604f31bb8957b9148f98f5788a6bf
In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
I don't think that it matters as this routine is never actualy called
because nothing exposes PVBMs to the world so that the world can assign
to them.

p4raw-id: //depot/perl@29541
mg.c