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.act | |
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.act')
-rw-r--r-- | perly.act | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1627,8 +1627,5 @@ case 2: { (yyval.opval) = (ps[(1) - (1)].val.opval); ;} break; - -/* Line 1267 of yacc.c. */ - default: break; |