I'm working on a rather large XS project, and I have this weird SV
that I'm seeing:
SV PVMG(0xab0cca0) at 0xab12fd4
REFCNT = 2
FLAGS = (TEMP,POK,pPOK)
IV = 0
NV = 0
PV = 0xab0c170 "This is the column's deck."\0
CUR = 26
LEN = 27
This looks weird to me because I see no magic tables and no stash.
It looks like it should just be a SvPV. Am I overlooking what magic
is attached to this guy?
I don't have a small reproducing test case, and the setup to
replicate is a bit time consuming. I'm mainly looking for some
potential avenues to explore to explain the nature of this SV, and
not a complete solution.
Thanks in advance,
George