diff options
author | Karl Williamson <khw@cpan.org> | 2018-04-25 13:27:34 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-06-25 07:33:27 -0600 |
commit | 25c180b8be73d8bfc857b4d0db9c82c968b82ba2 (patch) | |
tree | bda398187a3bc34162ec6a314145a480c0280053 /uni_keywords.h | |
parent | 32ea73a1fb86701a30aeea7df91aa2d38d6344c9 (diff) | |
download | perl-25c180b8be73d8bfc857b4d0db9c82c968b82ba2.tar.gz |
qr/\p{...}/: Rmv redundant text from warning msg detail
This text is emitted when compiling a pattern using a deprecated
property. The text is added detail to the main text of the message
(which isn't changing), and is redundant because it just says it's
deprecated, and the main message already says that.
Diffstat (limited to 'uni_keywords.h')
-rw-r--r-- | uni_keywords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uni_keywords.h b/uni_keywords.h index 4c560428af..7b5bd3b408 100644 --- a/uni_keywords.h +++ b/uni_keywords.h @@ -6754,7 +6754,7 @@ MPH_VALt match_uniprop( const unsigned char * const key, const U16 key_len ) { * be0f129691d479aa38646e4ca0ec1ee576ae7f75b0300a5624a7fa862fa8abba lib/unicore/extracted/DLineBreak.txt * 92449d354d9f6b6f2f97a292ebb59f6344ffdeb83d120d7d23e569c43ba67cd5 lib/unicore/extracted/DNumType.txt * e3a319527153b0c6c0c549b40fc6f3a01a7a0dcd6620784391db25901df3b154 lib/unicore/extracted/DNumValues.txt - * ba5b13123afb59ea004c14fcbac80b5ff428c5b8f1b84bf8602b4ffb7da0407f lib/unicore/mktables + * 83650ad669a45a3db092d29cdefa9e70d5575d19a3f7a12418fcb24bfb8d7232 lib/unicore/mktables * 21653d2744fdd071f9ef138c805393901bb9547cf3e777ebf50215a191f986ea lib/unicore/version * 4bb677187a1a64e39d48f2e341b5ecb6c99857e49d7a79cf503bd8a3c709999b regen/charset_translations.pl * 03e51b0f07beebd5da62ab943899aa4934eee1f792fa27c1fb638c33bf4ac6ea regen/mk_PL_charclass.pl |