From: Rafael Garcia-Suarez Date: Thu, 13 Nov 2008 10:57:27 +0000 (+0000) Subject: Fix error message label X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc8f615e0f1bfc61d321240c5d49d61e3e6f6939;p=p5sagit%2Fp5-mst-13.2.git Fix error message label (noticed by Abigail) p4raw-id: //depot/perl@34830 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 9d4d3c1..03a5ebe 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1590,7 +1590,7 @@ conversion routines don't handle. Drat. expression that contains the C<(?{ ... })> zero-width assertion, which is unsafe. See L, and L. -=item %s: Eval-group not allowed at run time +=item %s: Eval-group not allowed at runtime, use re 'eval' (F) Perl tried to compile a regular expression containing the C<(?{ ... })> zero-width assertion at run time, as it would when the