The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

Data::Validation::Constants - Defines constants used by this distribution

Synopsis

   use Data::Validation::Constants;

Description

Defines constants used by this distribution

Configuration and Environment

Defines the following attributes;

EXCEPTION_CLASS

Class name used to throw exceptions. Defaults to the value of the class attribute

FALSE

The digit zero

HASH

The string HASH

NUL

The null string

SPC

The space character

TRUE

The digit one

Subroutines/Methods

Exception_Class

Accessor / mutator for the class attribute

Diagnostics

None

Dependencies

Exporter::Tiny

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Validation. Patches are welcome

Acknowledgements

Larry Wall - For the Perl programming language

Author

Peter Flanigan, <pjfl@cpan.org>

License and Copyright

Copyright (c) 2016 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