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

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 part of a SourceForge project which always has the latest sources in SVN, as well as all of the previous releases.

        svn co https://brian-d-foy.svn.sourceforge.net/svnroot/brian-d-foy brian-d-foy

If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT

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

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