This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4eb7d9
)
Correct mro.c typo added by 006d9e7b3
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 9 Sep 2011 20:48:28 +0000
(13:48 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 9 Sep 2011 20:49:30 +0000
(13:49 -0700)
mro.c
patch
|
blob
|
blame
|
history
diff --git
a/mro.c
b/mro.c
index
b7e842d
..
830bea8
100644
(file)
--- a/
mro.c
+++ b/
mro.c
@@
-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 give
n
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*.