Subject: | Line > 1000 chars breaks perl parser |
PPI is a parser parser used in several source code analysis project.
To prevent loading in perl files containing only large data sets, it throws an error if it encounters files with lines longer than 1000 characters.
Lines with > 1000 characters were found in the following files
Bio-MAGE-20020902.3/MAGE/Extendable.pm
Bio-MAGE-20020902.3/MAGE/Identifiable.pm
We'd appreciate it if you could reduce the size of the relavent lines ( most like either POD is large list/qw/hash definitions ) and spread them out over several lines, so that the files can be parsed correctly, and added to the cpanxr ( CPAN Cross Reference ) project.