Closed
Description
Currently PPI treats perl 5.20 signatures as PPI::Token::Prototype
I had a look through the code to see how this works.
PPI::Token::Whitespace returns a Prototype if the previous tokens imply it should be.
What is the best approach to support Signatures? Should there be a PPI::Token::Signature and should Prototype.pm return 'Signature' if it encounters a non prototype character? [^\$\@\%\\;]
Metadata
Metadata
Assignees
Labels
No labels