diff options
author | David Mitchell <davem@iabyn.com> | 2011-08-01 12:06:00 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-06-13 13:25:48 +0100 |
commit | be149b43bd89004830156e1bc2532d26309ca1ac (patch) | |
tree | 6dc4ffca3883764e5c3fe8464a924d9f32882217 /pod | |
parent | 9da1dd8f41c98df713957a658aa8fefcdf57163c (diff) | |
download | perl-be149b43bd89004830156e1bc2532d26309ca1ac.tar.gz |
update diagnostics message
The description of the "Sequence (?{...}) not terminated with ')'" error
was cut and paste from another error without the text being updated!
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cb814e3b45..daca152e65 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4338,10 +4338,8 @@ problem was discovered. See L<perlre>. =item Sequence (?{...}) not terminated with ')' -(F) If the contents of a (?{...}) clause contain braces, they must balance -for Perl to detect the end of the clause properly. The <-- HERE shows in -the regular expression about where the problem was discovered. See -L<perlre>. +(F) The end of the perl code contained within the {...} must be +followed immediately by a ')'. =item Z<>500 Server error |