add categories new to 5.28.0 to warnings list
Karen Etheridge [Fri, 20 Apr 2018 13:23:53 +0000 (15:23 +0200)]
5.27.7: shadow
5.27.8: experimental::script_run
5.27.9: experimental::alpha_assertions

Changes
lib/strictures.pm

diff --git a/Changes b/Changes
index 2c4b984..9cce6e1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Release history for strictures
 
+  - update internal list of warnings for categories added in 5.28.0 (no
+    behaviour change)
+
 2.000004 - 2018-04-19
   - update bundled ExtUtils::HasCompiler to 0.021
   - update internal list of warnings for categories added in 5.26.0 (no
index 2318aae..ee1c425 100644 (file)
@@ -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
@@ -29,6 +30,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
     experimental::re_strict
     experimental::refaliasing
     experimental::regex_sets
+    experimental::script_run
     experimental::signatures
     experimental::smartmatch
     experimental::win32_perlio
@@ -59,6 +61,7 @@ our @WARNING_CATEGORIES = grep { exists $warnings::Offsets{$_} } qw(
     inplace
     internal
     malloc
+  shadow
   signal
   substr
   syntax