
Type::Constraint::Role::Interface - The interface all type constraints should provide

version 0.03

This role defines the interface that all type constraints must provide, and provides most (or all) of the implementation. The Type::Constraint::Simple class simply consumes this role and provides no additional code. Other constraint classes add features or override some of this role's functionality.

See the Type::Constraint::Simple documentation for details. See the internals of various constraint classes to see how this role can be overridden or expanded upon.

This role does the Type::Role::Inlinable and MooseX::Clone roles.

Dave Rolsky <autarch@urth.org>

This software is Copyright (c) 2012 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)