X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstrictures.pm;h=e19f7ca3732c23570061ffec1f229be8105d081b;hb=85420a0b080b540c067fa33d3f8399fb798903bc;hp=9dd413b94593d1113a0cb131c0ac24f3b3dd60bd;hpb=a767ae10f6fae40e1a2f8b20bb43fcc2a53f006e;p=p5sagit%2Fstrictures.git diff --git a/lib/strictures.pm b/lib/strictures.pm index 9dd413b..e19f7ca 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -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