From: Graham Knop Date: Sun, 10 Mar 2024 14:11:07 +0000 (+0100) Subject: update warning category list for 5.39.8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=HEAD update warning category list for 5.39.8 --- diff --git a/lib/strictures.pm b/lib/strictures.pm index e19f7ca..1b68b9e 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -17,13 +17,28 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( closure chmod deprecated + deprecated::apostrophe_as_package_separator + deprecated::delimiter_will_be_paired + deprecated::dot_in_inc + deprecated::goto_construct + deprecated::missing_import_called_with_args + deprecated::smartmatch + deprecated::subsequent_use_version + deprecated::unicode_property_name + deprecated::version_downgrade exiting experimental experimental::alpha_assertions + experimental::args_array_with_signatures experimental::autoderef experimental::bitwise + experimental::builtin + experimental::class experimental::const_attr experimental::declared_refs + experimental::defer + experimental::extra_paired_delimiters + experimental::for_list experimental::isa experimental::lexical_subs experimental::lexical_topic @@ -35,6 +50,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( experimental::script_run experimental::signatures experimental::smartmatch + experimental::try experimental::uniprop_wildcards experimental::vlb experimental::win32_perlio @@ -60,6 +76,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( redefine redundant regexp + scalar severe debugging inplace