From: Graham Knop Date: Fri, 14 Jul 2017 17:00:54 +0000 (+0200) Subject: add experimental::declared_refs to warning list X-Git-Tag: v2.000004~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b87194d6b37242e308711e7be6b4d79f43023ade;p=p5sagit%2Fstrictures.git add experimental::declared_refs to warning list --- diff --git a/lib/strictures.pm b/lib/strictures.pm index 699a1e9..628a543 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -22,6 +22,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw( experimental::autoderef experimental::bitwise experimental::const_attr + experimental::declared_refs experimental::lexical_subs experimental::lexical_topic experimental::postderef