Implement handling of state variables in list assignment
[p5sagit/p5-mst-13.2.git] / perl_keyword.pl
index 636f6a9..b2e9e34 100644 (file)
@@ -45,6 +45,8 @@ my %feature_kw = (
        say     => 'say',
 
        err     => 'err',
+
+       state   => 'state',
        );
 
 my %pos = map { ($_ => 1) } @pos;