X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstrictures.pm;h=9dd413b94593d1113a0cb131c0ac24f3b3dd60bd;hb=139c9070170aa3e56ab28e56864409c56fb696fa;hp=a9651ae7a14784d6a6926c5efd9857453d9f477a;hpb=4104cf6233cb937498952f087d14e8de3cd2fb8b;p=p5sagit%2Fstrictures.git diff --git a/lib/strictures.pm b/lib/strictures.pm index a9651ae..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( @@ -27,6 +27,7 @@ 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