Change 34830 by [EMAIL PROTECTED] on 2008/11/13 10:57:27

        Fix error message label
        (noticed by Abigail)

Affected files ...

... //depot/perl/pod/perldiag.pod#501 edit

Differences ...

==== //depot/perl/pod/perldiag.pod#501 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod#500~34825~    2008-11-12 07:14:19.000000000 -0800
+++ perl/pod/perldiag.pod       2008-11-13 02:57:27.000000000 -0800
@@ -1590,7 +1590,7 @@
 expression that contains the C<(?{ ... })> zero-width assertion, which
 is unsafe.  See L<perlre/(?{ code })>, and L<perlsec>.
 
-=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
End of Patch.

Reply via email to