Skip Menu |

This queue is for tickets about the CGI-Framework CPAN distribution.

Report information
The Basics
Id: 3678
Status: new
Priority: 0/
Queue: CGI-Framework

People
Owner: Nobody in particular
Requestors: cpan [...] ali.as
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: (no value)



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.