
Data::Validation::Utils - Code and attribute reuse

0.4.$Revision: 107 $

use Moose; with 'Data::Validation::Utils';

Defines some methods and attributes common to Data::Validation::Constraints and Data::Validation::Filters

Defines the following attributes:
Class capable of throwing an exception
Name of the constraint to apply
Used by "isMathchingRegex" as the pattern to match the supplied value against. This is set by some of the builtin validation methods that then call "isMathchingRegex" to perform the actual validation

Load the external plugin subclass at run time and rebless self to that class
Throws if class cannot be loaded

None


There are no known incompatibilities in this module

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Peter Flanigan, <Support at RoxSoft.co.uk>

Copyright (c) 2008 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE