add new experimental warnings
Graham Knop [Tue, 18 Feb 2020 15:28:06 +0000 (16:28 +0100)]
lib/strictures.pm

index 9dd413b..e19f7ca 100644 (file)
@@ -24,6 +24,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
     experimental::bitwise
     experimental::const_attr
     experimental::declared_refs
+    experimental::isa
     experimental::lexical_subs
     experimental::lexical_topic
     experimental::postderef
@@ -34,6 +35,8 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
     experimental::script_run
     experimental::signatures
     experimental::smartmatch
+    experimental::uniprop_wildcards
+    experimental::vlb
     experimental::win32_perlio
   glob
   imprecision