# New Ticket Created by David Warring # Please include the string: [perl #120148] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=120148 >
Minor golfing typo: the ident rule should read: token ident {'-'?<nmstrt><nmreg>} No need to repeat <nmreg>.
Minor golfing typo: the ident rule should read:
token ident {'-'?<nmstrt><nmreg>}
No need to repeat <nmreg>.