summaryrefslogtreecommitdiff
path: root/mro_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'mro_core.c')
-rw-r--r--mro_core.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mro_core.c b/mro_core.c
index c22e3373f1..ffcbba60a6 100644
--- a/mro_core.c
+++ b/mro_core.c
@@ -21,6 +21,7 @@
/*
=head1 MRO Functions
These functions are related to the method resolution order of perl classes
+Also see L<perlmroapi>.
=cut
*/
@@ -118,7 +119,8 @@ Perl_mro_get_from_name(pTHX_ SV *name) {
/*
=for apidoc mro_register
-Registers a custom mro plugin. See L<perlmroapi> for details.
+Registers a custom mro plugin. See L<perlmroapi> for details on this and other
+mro functions.
=cut
*/