This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv_dump should report the PV for PVGVs, as it can get set.
authorNicholas Clark <nick@ccl4.org>
Wed, 22 Feb 2006 18:21:30 +0000 (18:21 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 22 Feb 2006 18:21:30 +0000 (18:21 +0000)
commitb5b10606725dc42adb2909e77c05473776295195
treeef8ef4bcf410f47211b1780ed640f3fb12afcb70
parente36cc0fbcf17e559bf3f189f3b67eca0ac6dc543
sv_dump should report the PV for PVGVs, as it can get set.
(Typeglobs stringify via a call to GET magic, which uses the PV slot.)

p4raw-id: //depot/perl@27269
dump.c
ext/Devel/Peek/t/Peek.t