X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstrictures.pm;h=64b927d02b3f0d7b73e87adceba308afc66a6166;hb=be9a89ec6388e7de9747ef2118a989156587f79b;hp=ee1c425b1ce82794076bd10f025013bee6f34bbb;hpb=ae11fa66fdbb0792c4391f78d8a88e7ca17fce6a;p=p5sagit%2Fstrictures.git diff --git a/lib/strictures.pm b/lib/strictures.pm index ee1c425..64b927d 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -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 @@ -250,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