Fix some compilation warnings
[p5sagit/p5-mst-13.2.git] / perl_keyword.pl
index d0471f6..904bb59 100644 (file)
@@ -43,6 +43,8 @@ my %feature_kw = (
        break   => 'switch',
 
        say     => 'say',
+
+       err     => 'err',
        );
 
 my %pos = map { ($_ => 1) } @pos;