This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7c7e9
)
#11739 was incomplete.
author
Abhijit Menon-Sen
<ams@wiw.org>
Fri, 24 Aug 2001 04:47:24 +0000
(
04:47
+0000)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Fri, 24 Aug 2001 04:47:24 +0000
(
04:47
+0000)
p4raw-id: //depot/perl@11740
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
402e70b
..
ff0a6ee
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-631,7
+631,7
@@
is no builtin with the name C<word>.
=item Can't find %s character property "%s"
(F) You used C<\p{}> or C<\P{}> but the character property by that name
-could not be f
ind.
Maybe you misspelled the name of the property
+could not be f
ound.
Maybe you misspelled the name of the property
(remember that the names of character properties consist only of
alphanumeric characters), or maybe you forgot the C<Is> or C<In> prefix?