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:
1fa582f
)
mro.c: Oops, missing a =cut
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 11 Oct 2011 19:48:33 +0000
(12:48 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 11 Oct 2011 19:48:33 +0000
(12:48 -0700)
mro.c
patch
|
blob
|
blame
|
history
diff --git
a/mro.c
b/mro.c
index
7f1bccc
..
3311d2b
100644
(file)
--- a/
mro.c
+++ b/
mro.c
@@
-117,6
+117,8
@@
Perl_mro_get_from_name(pTHX_ SV *name) {
/*
=for apidoc mro_register
Registers a custom mro plugin. See L<perlmroapi> for details.
+
+=cut
*/
void