Browse Source

Added PERL reserved words in REST keywords (#58535)

Enrico Zimuel 5 years ago
parent
commit
9a7a28958a
1 changed files with 42 additions and 0 deletions
  1. 42 0
      rest-api-spec/keywords.json

+ 42 - 0
rest-api-spec/keywords.json

@@ -334,5 +334,47 @@
     "where",
     "while",
     "yield"
+  ],
+  "perl": [
+    "__DATA__",
+    "__END__",
+    "__FILE__",
+    "__LINE__",
+    "__PACKAGE__",
+    "and",
+    "cmp",
+    "continue",
+    "CORE",
+    "do",
+    "else",
+    "elsif",
+    "eq",
+    "exp",
+    "for",
+    "foreach",
+    "ge",
+    "gt",
+    "if",
+    "le",
+    "lock",
+    "lt",
+    "m",
+    "ne",
+    "no",
+    "or",
+    "package",
+    "q",
+    "qq",
+    "qr",
+    "qw",
+    "qx",
+    "s",
+    "sub",
+    "tr",
+    "unless",
+    "until",
+    "while",
+    "xor",
+    "y"
   ]
 }