Skip Menu |

This queue is for tickets about the Data-FormValidator CPAN distribution.

Maintainer(s)' notes

This is the bug queue for Data::FormValidator.

Report information
The Basics
Id: 32977
Status: resolved
Priority: 0/
Queue: Data-FormValidator

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

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



Subject: FV_length() and related constraints breaks for lengths longer than 32766 characters
FV_length() and related functions are implemented with regular expressions, and are reported to break when length values are used which are longer than 32766 characters. Automated tests should be added to confirm this, and the functions should be re-implemented using the 'length' function instead, which should perform better in some cases, anyway. Mark
It looks like Carl Vincent committed some updates for this, which I expect to release soon. Resolving.