Subject: | Line > 1000 characters breaks perl parser |
PPI is a perl parser used for syntax highlighted display and code analysis and manipulation.
It's main CPAN related use is in the new cpanxr project.
As a catch for large datasets defined in perl files, PPI::Tokenizer will throw an error for a file if it contains a lise of code in excess of 1000 characters long.
CGI::Framework contains several of these in the POD document.
These lines should be shortened so that CGI::Framework can go into perlxr and other related projects.