diff options
author | Chip Salzenberg <chip@pobox.com> | 2011-07-03 00:58:53 -0700 |
---|---|---|
committer | Chip Salzenberg <chip@pobox.com> | 2011-07-03 00:58:53 -0700 |
commit | 754c52c5a52869d34c1a555a8b5d8b587afb9a21 (patch) | |
tree | 2d96846b9309bfc8ddbf641d314cbae7d33e07de /dump.c | |
parent | de2902a66f5c4d896fc31460aaaf35320b576183 (diff) | |
download | perl-chip/view2.tar.gz |
This is v2 of patch for views (nee binds), brought up to date with 5.15.chip/view2
This has not passed self-test, and is committed for sharing purposes.
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |