NAME
Data::TreeValidator::Util - Helpful utilities for working with tree validators
DESCRIPTION
A collection of helpful utilities for working with tree validators.
All methods below are available for import into calling modules.
METHODS
fail_constraint($message)
Raises an exception with the given $message
. Avoids extra information such as a stack trace or line numbers
AUTHOR
Oliver Charles
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Oliver Charles <oliver.g.charles@googlemail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.