X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstrictures.pm;h=9dd413b94593d1113a0cb131c0ac24f3b3dd60bd;hb=139c9070170aa3e56ab28e56864409c56fb696fa;hp=2318aae8fd301ef5317d5e6f3c334e4b3fa1f964;hpb=032782991a89a1ab370bfc9c088290fb6108cc30;p=p5sagit%2Fstrictures.git diff --git a/lib/strictures.pm b/lib/strictures.pm index 2318aae..9dd413b 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -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( @@ -19,6 +19,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( deprecated exiting experimental + experimental::alpha_assertions experimental::autoderef experimental::bitwise experimental::const_attr @@ -26,9 +27,11 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( 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::win32_perlio @@ -59,6 +62,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( inplace internal malloc + shadow signal substr syntax @@ -247,7 +251,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