From 25676a74796a9afdbb6efe609bbfc7e223921fae Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Wed, 8 Mar 2023 09:01:13 +0100 Subject: warnings.pm - add deprecated::apostrophe_as_package_separator as new deprecation category This category is about use of apostrophe as a package separator, eg for things like "Test::More::isn't()". --- regen/warnings.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regen') diff --git a/regen/warnings.pl b/regen/warnings.pl index 2f74371e79..4e2507c556 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -75,9 +75,10 @@ my $TREE = { 'malloc' => [ 5.008, DEFAULT_ON], }], 'deprecated' => [ 5.008, DEFAULT_ON, { - 'deprecated::smartmatch' => [ 5.037009, DEFAULT_ON], + 'deprecated::smartmatch' => [ 5.037010, DEFAULT_ON], 'deprecated::dot_in_inc' => [ 5.025011, DEFAULT_ON], 'deprecated::unicode_property_name' => [ 5.011003, DEFAULT_ON], + 'deprecated::apostrophe_as_package_separator' => [ 5.037009, DEFAULT_ON], }], 'void' => [ 5.008, DEFAULT_OFF], 'recursion' => [ 5.008, DEFAULT_OFF], -- cgit v1.2.1