From 381382f7662757c39a652bbb70bd0b1a5c0be5f7 Mon Sep 17 00:00:00 2001 From: "Philippe Bruhat (BooK)" Date: Mon, 24 Oct 2022 00:05:16 +0200 Subject: Deprecate smartmatch Make the 'experimental::smartmatch' warning obsolete, and use 'deprecated' instead. --- 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 21ee95d9b1..c2621363ba 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -171,7 +171,7 @@ my %VALUE_TO_NAME; # (index_number => [ 'NAME', version ], ...); my %NAME_TO_VALUE; # ('NAME' => index_number, ....); -# the experiments were successful, +# the experiments were successful (or abandonned), # so no warning bit is needed anymore my %NO_BIT_FOR = map { ( uc $_ => 1, $_ => 1 ) } qw( experimental::lexical_subs @@ -181,6 +181,7 @@ my %NO_BIT_FOR = map { ( uc $_ => 1, $_ => 1 ) } qw( experimental::alpha_assertions experimental::script_run experimental::isa + experimental::smartmatch ); ########################################################################### -- cgit v1.2.1