add new experimental warnings
[p5sagit/strictures.git] / lib / strictures.pm
index ee1c425..e19f7ca 100644 (file)
@@ -10,7 +10,7 @@ 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(
@@ -24,15 +24,19 @@ 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
+    experimental::private_use
     experimental::re_strict
     experimental::refaliasing
     experimental::regex_sets
     experimental::script_run
     experimental::signatures
     experimental::smartmatch
+    experimental::uniprop_wildcards
+    experimental::vlb
     experimental::win32_perlio
   glob
   imprecision
@@ -250,7 +254,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