The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Brick::General - constraints for domain-nonspecific stuff

SYNOPSIS

        use Brick;

DESCRIPTION

$bucket->value_length_is_exactly( HASHREF )
        exact_length
$bucket->value_length_is_greater_than( HASHREF )
        minimum_length
$bucket->value_length_is_less_than( HASHREF )
        maximum_length
$bucket->value_length_is_between( HASHREF )
        minimum_length
        maximum_length

TO DO

TBA

SEE ALSO

TBA

SOURCE AVAILABILITY

This source is in Github:

        https://github.com/briandfoy/brick

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT

Copyright © 2007-2022, brian d foy <bdfoy@cpan.org>. All rights reserved.

You may redistribute this under the terms of the Artistic License 2.0.