diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-05 17:22:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-05 17:22:01 +0000 |
commit | 41ab332feccc7634fd538d8b8d2d84e2f2935ca3 (patch) | |
tree | ec29231ae7d3d4254401582952087a2958bf98f5 /pod | |
parent | 26d80d95d5f45fb7ee62878b8d2a2a9ff983270f (diff) | |
download | perl-41ab332feccc7634fd538d8b8d2d84e2f2935ca3.tar.gz |
A fix of sorts for 20000329.026, a better error message
for a missing "use charnames" when using the \N{...}.
p4raw-id: //depot/perl@7557
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 452938cb7c..20a4a76db3 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1086,7 +1086,7 @@ on I<Mastering Regular Expressions>.) to check the return value of your socket() call? See L<perlfunc/connect>. -=item constant(%s): %s +=item Constant(%s)%s: %s (F) The parser found inconsistencies either while attempting to define an overloaded constant, or when trying to find the character name |