update warning category list for 5.39.8
[p5sagit/strictures.git] / lib / strictures.pm
index 2318aae..1b68b9e 100644 (file)
@@ -10,27 +10,49 @@ BEGIN {
   *_CAN_GOTO_VERSION = ("$]" >= 5.010000) ? sub(){1} : sub(){0};
 }
 
-our $VERSION = '2.000005';
+our $VERSION = '2.000006';
 $VERSION =~ tr/_//d;
 
 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
     experimental::postderef
+    experimental::private_use
     experimental::re_strict
     experimental::refaliasing
     experimental::regex_sets
+    experimental::script_run
     experimental::signatures
     experimental::smartmatch
+    experimental::try
+    experimental::uniprop_wildcards
+    experimental::vlb
     experimental::win32_perlio
   glob
   imprecision
@@ -54,11 +76,13 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
   redefine
   redundant
   regexp
+  scalar
   severe
     debugging
     inplace
     internal
     malloc
+  shadow
   signal
   substr
   syntax
@@ -247,7 +271,7 @@ EOE
 __END__
 =head1 NAME
 
-strictures - turn on strict and make most warnings fatal
+strictures - Turn on strict and make most warnings fatal
 
 =head1 SYNOPSIS