diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-03 22:01:41 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-03 22:01:41 +0000 |
commit | 712d05cf9bbf674929d5e38c5bb989d87c51f19b (patch) | |
tree | 2996ff933b30ab9796ddc54b982a3ec69d37de19 /perl_keyword.pl | |
parent | 952306aca140c014b38ba5eb2ed71dffaa548f0f (diff) | |
download | perl-712d05cf9bbf674929d5e38c5bb989d87c51f19b.tar.gz |
Add "state" feature
p4raw-id: //depot/perl@28087
Diffstat (limited to 'perl_keyword.pl')
-rw-r--r-- | perl_keyword.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl_keyword.pl b/perl_keyword.pl index 636f6a9426..b2e9e3424c 100644 --- a/perl_keyword.pl +++ b/perl_keyword.pl @@ -45,6 +45,8 @@ my %feature_kw = ( say => 'say', err => 'err', + + state => 'state', ); my %pos = map { ($_ => 1) } @pos; |