NAME
Test::Data::Array -- test functions for array variables
SYNOPSIS
use Test::Data::Array;
DESCRIPTION
FUNCTIONS
- is_any_ok( ITEM, ARRAY )
- is_none_ok( ITEM, ARRAY )
- is_once_ok( ITEM, ARRAY )
- is_multiple_ok( ITEM, ARRAY )
- is_maximum_ok( ITEM, ARRAY )
- is_minimum_ok( ITEM, ARRAY )
SEE ALSO
Test::Data, Test::Data::Scalar, Test::Data::Hash, Test::Builder
AUTHOR
brian d foy, <bdfoy@cpan.org>
COPYRIGHT
Copyright 2002, brian d foy, All Rights Reserved
You may use, modify, and distribute this under the same terms as Perl itself.