diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-09 13:48:28 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-09 13:49:30 -0700 |
commit | 0b31f5359876e6c0b203006714db218d7b441cd1 (patch) | |
tree | 653afb52680dca39b2fd5216ca50f1d2c64fe854 /mro.c | |
parent | b4eb7d90e8b663325ca5ae578ad0ce29f8d65613 (diff) | |
download | perl-0b31f5359876e6c0b203006714db218d7b441cd1.tar.gz |
Correct mro.c typo added by 006d9e7b3
Diffstat (limited to 'mro.c')
-rw-r--r-- | mro.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -379,7 +379,7 @@ S_mro_get_linear_isa_dfs(pTHX_ HV *stash, U32 level) /* =for apidoc mro_get_linear_isa -Returns the mro linearisation for the give stash. By default, this +Returns the mro linearisation for the given 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*. |