summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-25 14:46:35 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-25 18:11:17 -0700
commiteccba0447e537a14ae12e1894864fbd54032178c (patch)
tree70be777c1d43e2ea2fb7706c00adc35e6c250557 /pod/perlguts.pod
parentb3045d9c1f82f3a16ffa240a2b4e501855d2f95e (diff)
downloadperl-eccba0447e537a14ae12e1894864fbd54032178c.tar.gz
Correct fm vtable in perlguts.pod
fm magic uses want_vtbl_fm, which is #defined as want_vtbl_regexp. The definition in regen/mg_vtable.pl does not affect anything except the documentation. It was listed as using regdata which was wrong.
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r--pod/perlguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 76acf5722c..d1e179a9ef 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -1077,7 +1077,7 @@ will be lost.
element
E PERL_MAGIC_env vtbl_env %ENV hash
e PERL_MAGIC_envelem vtbl_envelem %ENV hash element
- f PERL_MAGIC_fm vtbl_regdata Formline
+ f PERL_MAGIC_fm vtbl_regexp Formline
('compiled' format)
g PERL_MAGIC_regex_global vtbl_mglob m//g target
H PERL_MAGIC_hints vtbl_hints %^H hash