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

NAME

Data::TreeValidator::Result::Leaf - The result of processing a leaf node

DESCRIPTION

This result object is the result of calling process on a Data::TreeValidator::Leaf.

METHODS

clean

Returns clean data for this field.

has_clean_data

A predicate to determine if this field has clean data.

valid

An alias for has_clean_data.

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.