summaryrefslogtreecommitdiff
path: root/mro_core.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-31 11:05:11 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:11 -0600
commit6a6f871761fc632a566755be1f4a443056e7ada0 (patch)
treef2ba62a783aa8c0df9e11d672f4a9ce247940c03 /mro_core.c
parent0f292d69545400e5ddf04c00b329d402cb82f908 (diff)
downloadperl-6a6f871761fc632a566755be1f4a443056e7ada0.tar.gz
Note that mro[gs]et_private_data are documented
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
*/