In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/164df45ab853a1e9c2571d08edd3e27eae41a821?hp=1fa582fafa203d5588dc0a603748d425a1a1f0ae>

- Log -----------------------------------------------------------------
commit 164df45ab853a1e9c2571d08edd3e27eae41a821
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Tue Oct 11 12:48:33 2011 -0700

    mro.c: Oops, missing a =cut
-----------------------------------------------------------------------

Summary of changes:
 mro.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/mro.c b/mro.c
index 7f1bccc..3311d2b 100644
--- 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

--
Perl5 Master Repository

Reply via email to