NAME

Data::Matcher::Types - sets up basic types for Data::Matcher

VERSION

version 0.0002

TYPES

DMRuleOption - ArrayRef|HashRef|Str|RegexpRef|DMTypeConstraint|DMRule

Is you are using the object interface, this is the option you pass to $obj->parse(). If you are using the functional interface, this is the type of the first argument to matcher(). Data::Matcher.

DMRule - Data::Matcher::Rule object

Rules can contain other rules.

DMTypeConstraint - Moose::Meta::TypeConstraint object

Rules can contain Moose type constraints.

DMIOHandle - IO::Handle object

AUTHOR

Scott Beck <scottbeck@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Scott Beck.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.