summaryrefslogtreecommitdiff
path: root/mro_core.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-26 17:47:31 -0600
committerKarl Williamson <khw@cpan.org>2020-09-04 16:13:25 -0600
commit51b56f5c7c7e109a2c53226c83c2d324801d4f9b (patch)
tree6fba1874921dc4fbec86d41614083856335c42cb /mro_core.c
parent70b05c7cee1d4db8aa1fee6424603ecb21eac423 (diff)
downloadperl-51b56f5c7c7e109a2c53226c83c2d324801d4f9b.tar.gz
Reorganize perlapi
This uses a new organization of sections that I came up with. I asked for comments on p5p, but there were none.
Diffstat (limited to 'mro_core.c')
-rw-r--r--mro_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mro_core.c b/mro_core.c
index 1fc7c7ca9d..378c738c7a 100644
--- a/mro_core.c
+++ b/mro_core.c
@@ -19,7 +19,7 @@
*/
/*
-=head1 MRO Functions
+=head1 MRO
These functions are related to the method resolution order of perl classes
Also see L<perlmroapi>.