From 754c52c5a52869d34c1a555a8b5d8b587afb9a21 Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Sun, 3 Jul 2011 00:58:53 -0700 Subject: This is v2 of patch for views (nee binds), brought up to date with 5.15. This has not passed self-test, and is committed for sharing purposes. --- dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dump.c') diff --git a/dump.c b/dump.c index c32807c24b..11737dc159 100644 --- a/dump.c +++ b/dump.c @@ -2741,7 +2741,7 @@ Perl_sv_xmlpeek(pTHX_ SV *sv) case SVt_PVGV: sv_catpv(t, " GV=\""); break; - case SVt_BIND: + case SVt_VIEW: sv_catpv(t, " BIND=\""); break; case SVt_REGEXP: -- cgit v1.2.1