From 21b005c93f9d47fdacd6d19b6e4bd297b891ab41 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Wed, 8 Mar 2023 14:46:12 +0100 Subject: warnings.pm - add deprecated::dot_in_inc warings category Instead of using a generic warnings category switch to fine grained control. --- regen/warnings.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'regen') 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], -- cgit v1.2.1