Skip Menu |

This queue is for tickets about the Bio-MAGE CPAN distribution.

Report information
The Basics
Id: 3680
Status: resolved
Priority: 0/
Queue: Bio-MAGE

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

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



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.
From: cpan [...] ali.as
either POD is large list/qw/hash definitions should read either POD or large list/qw/hash definitions