projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d2821e7
)
Also dump the SvPVX of PVFMs.
Nicholas Clark [Fri, 11 Jul 2008 18:37:27 +0000 (18:37 +0000)]
p4raw-id: //depot/perl@34127
dump.c
patch
|
blob
|
blame
|
history
diff --git
a/dump.c
b/dump.c
index
456a130
..
2696b9b
100644
(file)
--- a/
dump.c
+++ b/
dump.c
@@
-1608,7
+1608,7
@@
Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bo
SvREFCNT_dec(d);
return;
}
- if (type <= SVt_PVLV && !isGV_with_GP(sv)) {
+ if ((type <= SVt_PVLV && !isGV_with_GP(sv)) || type == SVt_PVFM) {
if (SvPVX_const(sv)) {
STRLEN delta;
if (SvOOK(sv)) {