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

NAME

Test::Data -- test functions for particular variable types

SYNOPSIS

use Test::Data qw(Scalar Array Hash Function);

DESCRIPTION

Test::Data provides utility functions to check properties and values of data and variables.

FUNCTIONS

Plug-in modules define functions for each data type. See the appropriate module.

SEE ALSO

Test::Data::Scalar, Test::Data::Array, 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.