On Mon, Jun 28, 2010 at 12:25:20PM +0200, Rafael Garcia-Suarez wrote: > In perl.git, the branch blead has been updated > > <http://perl5.git.perl.org/perl.git/commitdiff/d8e47b5c4ce3144b53fbe637d049ec0a9b00b92e?hp=2c1a561b64a3127786001ab1fe27437a3cd760d7> > > - Log ----------------------------------------------------------------- > commit d8e47b5c4ce3144b53fbe637d049ec0a9b00b92e > Author: Rafael Garcia-Suarez <rgs@consttype.org> > Date: Mon Jun 28 12:25:13 2010 +0200 > > POD fix > ----------------------------------------------------------------------- > > Summary of changes: > util.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/util.c b/util.c > index 0e265be..652e868 100644 > --- a/util.c > +++ b/util.c > @@ -1644,6 +1644,7 @@ Exactly equivalent to C<Perl_croak(aTHX_ "%s", PL_no_modify)>, but generates > terser object code than using C<Perl_croak>. Less code used on exception code > paths reduces CPU cache pressure. > > +=cut > */ > > void Oops. Well spotted. Don't we have a regression test to catch this? :-/ Nicholas ClarkThread Next