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

NAME

Brick - This is the description

SYNOPSIS

        use Brick::Constraints;

DESCRIPTION

See Brick::Constraints for the general discussion of constraint creation.

Utilities

_matches_regex( HASHREF )

Create a code ref to apply a regular expression to the named field.

        field - the field to apply the regular expression to
        regex - a reference to a regular expression object ( qr// )

TO DO

Regex::Common support

SEE ALSO

TBA

SOURCE AVAILABILITY

This source is in Github:

        https://github.com/briandfoy/brick

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT

Copyright (c) 2007-2014, brian d foy, All Rights Reserved.

You may redistribute this under the same terms as Perl itself.