Show quoted text> Since version 4.52 there is a bug in the distribution. The POD is
> entitled Data::FormValidator::Constraints::RegexpCommon, but there is
> Data::FormValidator::Constraints::Results instead.
... due to a buggy entry in META file:
--- #YAML:1.0
name: Data-FormValidator
version: 4.63
author:
- Mark Stosberg <mark@summersault.com>
abstract: |-
Validates user input (usually from an HTML form) based
on input profile.
license: perl
requires:
[...cut...]
provides:
[...cut...]
Data::FormValidator::Constraints::RegexpCommon:
file: lib/Data/FormValidator/Results.pm
version: 4.62
HTH
Tomasz Marcinkowski