Spurred on by a comment in ticket #109542, I went looking for misuse
of SvPOK, where SvPOKp should be used instead (since variables with
get-magic don’t have SvPOK set).
I discovered a few bugs like that, plus many more bugs that were sim-
ilar, but not quite the same.