From 6a6f871761fc632a566755be1f4a443056e7ada0 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 31 Aug 2019 11:05:11 -0600 Subject: Note that mro[gs]et_private_data are documented --- mro_core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mro_core.c') 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. =cut */ @@ -118,7 +119,8 @@ Perl_mro_get_from_name(pTHX_ SV *name) { /* =for apidoc mro_register -Registers a custom mro plugin. See L for details. +Registers a custom mro plugin. See L for details on this and other +mro functions. =cut */ -- cgit v1.2.1