summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-08 14:48:15 +0100
committerYves Orton <demerphq@gmail.com>2023-03-18 21:00:54 +0800
commit25991c51d4866aeef3eeef13c1dc562fff82d7e4 (patch)
tree4977ffb52148777d82aba6cb224720056238c753 /regen
parent21b005c93f9d47fdacd6d19b6e4bd297b891ab41 (diff)
downloadperl-25991c51d4866aeef3eeef13c1dc562fff82d7e4.tar.gz
warnings.pm - support deprecated::unicode_property_name category
This category is only used in the regex engine, we should be able to disable it specifically, as it seems like we will never actually remove demove support for the things it warns about.
Diffstat (limited to 'regen')
-rw-r--r--regen/warnings.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index 4a664aeee8..2f74371e79 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -77,6 +77,7 @@ my $TREE = {
'deprecated' => [ 5.008, DEFAULT_ON, {
'deprecated::smartmatch' => [ 5.037009, DEFAULT_ON],
'deprecated::dot_in_inc' => [ 5.025011, DEFAULT_ON],
+ 'deprecated::unicode_property_name' => [ 5.011003, DEFAULT_ON],
}],
'void' => [ 5.008, DEFAULT_OFF],
'recursion' => [ 5.008, DEFAULT_OFF],