NAME
Data::Rx::Type::Rx - an individual Rx type definition
VERSION
version 0.103520
DESCRIPTION
This is the class that actually encapsulates the Rx type alias definition. You probably want to see Data::Rx::TypeBundle::Rx instead.
METHDOS
new
Constructs a new type.
type_uri
Returns the type URI that has been set for the type alias.
new_checker
Called by Data::Rx when building a schema. Builds the actual checker based upon the type definition and returns itself.
check
This checks to see if the given value matches the Rx type defined.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.