diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-02-03 09:43:08 -0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-02-03 09:43:08 -0800 |
commit | 14a86d0ccd20f01e74c8b4605e1dc764acc06a35 (patch) | |
tree | f4016eaa6321e2bed468d10421597c7a2f16367b /perly.tab | |
parent | ea4c52f0a523df1f06490e701866bb9594395b00 (diff) | |
download | perl-14a86d0ccd20f01e74c8b4605e1dc764acc06a35.tar.gz |
Allow arbitrary whitespace between NAME and VERSION in "package NAME VERSION;" statements
Fixes [perl #72432]
Diffstat (limited to 'perly.tab')
-rw-r--r-- | perly.tab | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ static const char *const yytname[] = "mexpr", "mnexpr", "miexpr", "label", "decl", "peg", "format", "formname", "mysubrout", "subrout", "startsub", "startanonsub", "startformsub", "subname", "proto", "subattrlist", "myattrlist", - "subbody", "package", "use", "@1", "expr", "argexpr", "listop", "@2", + "subbody", "package", "use", "$@1", "expr", "argexpr", "listop", "@2", "method", "subscripted", "termbinop", "termunop", "anonymous", "termdo", "term", "myattrterm", "myterm", "listexpr", "listexprcom", "my_scalar", "amper", "scalar", "ary", "hsh", "arylen", "star", "indirob", 0 |