summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-08 14:46:12 +0100
committerYves Orton <demerphq@gmail.com>2023-03-18 21:00:54 +0800
commit21b005c93f9d47fdacd6d19b6e4bd297b891ab41 (patch)
tree5cccdf9f6a94eb058ffcd0973e8d2cfcab9e02db /regen
parentd81b4f9331172ed96e5382fe1e1091e9d4b85495 (diff)
downloadperl-21b005c93f9d47fdacd6d19b6e4bd297b891ab41.tar.gz
warnings.pm - add deprecated::dot_in_inc warings category
Instead of using a generic warnings category switch to fine grained control.
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 068d42c37f..4a664aeee8 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -76,6 +76,7 @@ my $TREE = {
}],
'deprecated' => [ 5.008, DEFAULT_ON, {
'deprecated::smartmatch' => [ 5.037009, DEFAULT_ON],
+ 'deprecated::dot_in_inc' => [ 5.025011, DEFAULT_ON],
}],
'void' => [ 5.008, DEFAULT_OFF],
'recursion' => [ 5.008, DEFAULT_OFF],