summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-25 21:36:12 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-25 23:02:10 -0700
commit006d9e7b346a08e62e2509cdb66170bdce822553 (patch)
tree348c6caa258455243e3b6306b783e58e78dcae81
parent8af2014272725e01526eb3ee0e591a9460cc770f (diff)
downloadperl-006d9e7b346a08e62e2509cdb66170bdce822553.tar.gz
Correct mro_get_linear_isa’s docs
This has been out of date since the MRO plugin API was added (5.10.1, I think).
-rw-r--r--mro.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/mro.c b/mro.c
index 118541723b..b7e842d563 100644
--- a/mro.c
+++ b/mro.c
@@ -379,10 +379,9 @@ S_mro_get_linear_isa_dfs(pTHX_ HV *stash, U32 level)
/*
=for apidoc mro_get_linear_isa
-Returns either C<mro_get_linear_isa_c3> or
-C<mro_get_linear_isa_dfs> for the given stash,
-dependant upon which MRO is in effect
-for that stash. The return value is a
+Returns the mro linearisation for the give stash. By default, this
+will be whatever C<mro_get_linear_isa_dfs> returns unless some
+other MRO is in effect for the stash. The return value is a
read-only AV*.
You are responsible for C<SvREFCNT_inc()> on the